EyeWitness

attacking_common_applications

EyeWitness (4.6k ⭐) is a tool that can explore a large list of websites and give us informations such as default credentials.

It can work from nmap output. It's an alternative to aquatone.

$ sudo apt install eyewitness
$ sudo nmap example.com -p 80,443 -oX nmap_output.xml
$ eyewitness --web -x nmap_output.xml -d example.com

The nmap command above is only an example.