Tag: snackhack2
-
SnackHack2: Scripts
Port Scanning IPs This script will perform a port scan of the first 1,000 ports. The code will create a new file, with a name like “127.0.0.1_port_scan”. Since “delete” is set to true, after extracting all the scans with port “22” open. The code will delete the files and save all the IPs with port…
-
SnackHack2: Hacking tool and Recon
This tool comes in gem form and can also be downloaded from Github.com. Originally, this project would be my senior project, but I had to scrape the idea for a simpler project due to my course workload and mental health. To install the gem run the command below. gem install snackhack2 Indirect Command Injection This…