Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 407 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 407 Bytes

Simple Pentest Tools

Tools and scripts to simplify pentests


smtp-enum.py

Python script to enumerate users (potential targets) from SMTP servers.

python3 smtp-enum.py usernames.txt 10.10.10.10

scan-script.sh

Bash script to run an initial scan on all ports, then run a default script and service scan on those open ports.

scan-script.sh 10.10.10.10