omnifocal / SharpWitness

C# implementation of EyeWitness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

C# implementation of EyeWitness

License:GNU General Public License v3.0


Languages

Language:C# 100.0%