#
eyewitness
A great tool for screenshotting things!
#
Install (Linux)
# Download
git clone https://github.com/RedSiege/EyeWitness.git
# Navigate to setup directory
cd EyeWitness/setup
# Run the setup script (creates virtual environment)
sudo ./setup.sh
# Test installation by activating virtual environment
cd ..
source eyewitness-venv/bin/activate
python Python/EyeWitness.py --single https://example.com
#
Scan a single URL
python Python/EyeWitness.py --single https://7minsec.com
#
Scan an nmap scan file
python Python/EyeWitness.py -x nmap_scan.xml