Scripts for enumeration.
Change ip before running
Simple port scanner that uses threads to work faster. Scans TCP and UDP ports. Just tells you what ports are open really quick
Ping sweeper in Powershell.
Scans ports on an IP or range of IPs to identify if there are any webservers running.
DNS forward lookup script to find IP addresses of a websites subdomain
Requires : list.txt - file that contains a list of domain names to check
Requires : host - linux command line tool to resolve domain names
DNS reverse lookup script to find domain names associated with ip addresses
Requires: host - linux command line tool to resolve domain names
DNS zone transfer script to demonstrate a zone transfer from a domains name server
Arguments: Domain name
Requires: host - linux command line tool to resolve domain names
Python fuzzer for SL mail application to check for buffer overflow vulnerability
Modifications: change ip and port number for socket connection before running
Working python proof-of-concept code for buffer overflow vulnerability in SLmail application
Modifications: change ip and port number for socket connection before running
working python proof-of-concept code for buffer overflow vulnerability in Crossfire game for linux
Modifications: change ip and port number for socket connection before runnning
Bash script that prints out php shell_exec code for a given list of log file paths
Requires: lfi.txt - file that contains list of known paths for log files
File that contains a list of known paths for log files for both linux and windows
Python script to enumerate username in SMTP server using vrfy command
Modifications: change ip and port number for socket connection before running