sniper is a command line host discovery tool used to scan large networks
- db_nmap (all nmap results centralized in Metasploit database)
- metasploit discovery (auxiliary results centralized in Metasploit database)
- eyewitness web thumbnails (centralized in /var/www/html/sniper)
- OS name/flavor/SP confirmation
- Insecure protocols
- Gaping holes
git clone https://github.com/mvdevnull/sniper.git
cd sniper
chmod +x ./sniper.sh
msfdb init #Initialize postgres for MSF
apt-get install metasploit-framework #Install metasploit framework
apt-get install eyewitness #Install eyewitness
apt-get install python3-psycopg2 #Install postgresql python3 library
./sniper.sh #answer questions and wait for scans
msfconsole #run in separate window and wait for new hosts
- nessus API (standard , gaping holes and compliance)
- Other potential features are noted in the /docs/todo.txt file.