Sn1per
#install
git clone https://github.com/1N3/Sn1per
cd Sn1per
bash install.sh#Usage
 STEALTH MODE + OSINT + RECON
 sniper -t example.com -m stealth -o -re
 
 ENABLE BRUTEFORCE
 sniper -t example.com -b
 AIRSTRIKE MODE
 sniper -f targets.txt -m airstrike
 
 NUKE MODE WITH TARGET LIST, BRUTEFORCE ENABLED, FULLPORTSCAN ENABLED, 
 OSINT ENABLED, RECON ENABLED, WORKSPACE & LOOT ENABLED
 
 sniper -f targets.txt -m nuke -w /usr/share/sniper/loot/workspace/example
 
 #To list available workspaces, type 
 sniper --list
Last updated