This is a repo for the small scripts I find useful. Some of the shell scripts I plan on adding could actually be BASH aliases. I hope to add to these and make them more useful and perhaps be used to create output that could be used as input for other scripts/tools.
Packet crafting scripts live here.
syn-packet.py is based on a classic SYN scan. A single SYN packet is sent to a single/multiple hosts and single/multiple ports and will quit after receving a single response.
Web related scripts live here.
Updates
- move these updates to an issue queue.
20160209: I reverted inventory443.py to a previous (working) version. This version uses python3. Maintenance of this script will be minimal.
20160208: For some reason this script has decided to stop working. After spending time trying to figure out the issue I've decided to port this to Ruby. I will leave the Python script here for the moment.
Find all HTTPS servers on a subnet. This scans a subnet for hosts with port 443 open.
Edit the script and set the following variables
- subnet = '192.168.1.0/24'
A collection of scripts that may use the output from the web or packet scripts as input.