# eyewitness
A great [tool](https://github.com/RedSiege/EyeWitness) 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
```

## Zip up the folder of scan data you just made
```
zip -r eye.zip name-of-folder-with-your-screenshots 
```
