EyeWitness – A Rapid Web Application Triage Tool and Info-Gathering
iSpeech.org
EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
EyeWitness is designed to run on Kali Linux. It will auto detect the file you give it with the -f flag as either being a text file with URLs on each new line, nmap xml output, or nessus xml output. The -t (timeout) flag is completely optional, and lets you provice the max time to wait when trying to render and screenshot a web page. The --open flag, which is optional, will open the URL in a new tab within iceweasel.
Setup:
- Navigate into the setup directory
- Run the setup.sh script
Usage:
./EyeWitness.py -f filename -t optionaltimeout --open (Optional)
Examples:
./EyeWitness -f urls.txt
./EyeWitness -f urls.xml -t 8 --open
more info can be found here
you can download EyeWitness from here
Gloss