https://github.com/redsiege/sharpwitness
C# implementation of EyeWitness
https://github.com/redsiege/sharpwitness
Last synced: 9 months ago
JSON representation
C# implementation of EyeWitness
- Host: GitHub
- URL: https://github.com/redsiege/sharpwitness
- Owner: RedSiege
- Created: 2025-10-08T06:13:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-08T06:21:54.000Z (9 months ago)
- Last Synced: 2025-10-08T08:25:27.098Z (9 months ago)
- Language: C#
- Size: 6.39 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Red Siege has created a Windows client (thanks to the massive help of Matt Grandy (@Matt_Grandy_) with the stability fixes). All you need to do is build it locally (or check the releases), and then provide a path to a file containing the URLs you want scanned! EyeWitness will generate the report within your "AppData\Roaming" directory. The latest version of the C# EyeWitness supports parsing and taking screenshots of Internet Explorer and Chrome bookmarks without having to supply a list of URLs. This version is also small enough to be delivered through Cobalt Strike's execute-assembly.
### Setup:
1. Navigate into the CS directory
2. Load EyeWitness.sln into Visual Studio
3. Go to Build at the top and then Build Solution if no modifications are wanted
### Usage:
```bash
EyeWitness.exe --help
EyeWitness.exe --bookmarks
EyeWitness.exe -f C:\Path\to\urls.txt
EyeWitness.exe --file C:\Path\to\urls.txt --delay [timeout in seconds] --compress
```