/SharpWitness

C# implementation of EyeWitness

Primary LanguageC#GNU General Public License v3.0GPL-3.0

SharpWitness

SharpWitness is my attempt at cobbling together a C# version of EyeWitness by Christopher Truncer. It still barely functions right now, but will hopefully become more useful once I put some dev time into it.

Usage

> SharpWitness.exe

  -t, --targets    Required. Text file containing targets to scan, e.g: urls.txt
  -o, --outfile    Required. Outfile, e.g: report.html
  --help           Display this help screen.
  --version        Display version information.
> type C:\Users\Rasta\Desktop\urls.txt
https://www.bbc.co.uk

> SharpWitness.exe -t C:\Users\Rasta\Desktop\urls.txt -o C:\Users\Rasta\Desktop\report.html

Report