Robust Recon is a tool created to condense reconnaissance from hours to minutes. It can convert a url to an ip, detect a Web Application Firewall, bruteforce to determine directory paths, make an estimate on which CMS it is running, perform a vulnerability scan, and more. Best of all, it organizes your data in a neat directory.
- Kali Linux
- wafw00f
- nikto
Go to the location you saved Robust Recon. Enter an ip or a url ar the first argument. Enter a wordlist of your choice for the second argument.
robustrecon hackthissite.org wordlist
1st Argument = url OR ip
2nd Argument = wordlist of your choice
The folder will be labelled with the IP Address of your target.
cd 'Robust Recon: 255.255.255.255'
cat each file to see the full printed results.
cat nikto.txt
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to the Fullstack Academy Cyber team for their guidance
- Thanks to the creators of nmap, nikto, and wafw00f
