Recon Tools
Install :
pip3 install bscan
1 2 |
bscan --verbose-status 10.11.1.129 |
ReconScan
https://github.com/RoliSoft/ReconScan
1 2 |
./recon.py -v -p 192.168.1.84 |
Check vulns and exploits :
1 2 |
./vulnscan.py results\nmap_scan.xml |
Nmap Automator
https://github.com/21y4d/nmapAutomator
1 2 |
./nmapautomater.sh 10.10.10.xx All |
AutoRecon
https://github.com/Tib3rius/AutoRecon
1 2 3 4 |
python3 autorecon.py 10.10.10.12 # scan multiple hosts python3 autorecon.py 10.10.10.12 10.10.10.13 10.10.10.14 |