> For the complete documentation index, see [llms.txt](https://wiki.smhuda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.smhuda.com/pentesting/application-security/web-application-security/osint/eyewitness.md).

# EyeWitness

To enumerate web services and take screenshots:

{% code overflow="wrap" fullWidth="false" %}

```
cd <EYE-WITNESS-DIRECTORY>

sudo ./setup.sh

pip install webdriver-manager

geckodriver --version

```

{% endcode %}

{% code overflow="wrap" %}

```
./EyeWitness.py --threads 20 --prepend-https --results 700 --timeout 159 --web -f witness.txt -d SCSENG
```

{% endcode %}
