An open API service indexing awesome lists of open source software.

https://github.com/dotnetrussell/simplelengthscanner

I got sick of having to do this by hand so I wrote a tool
https://github.com/dotnetrussell/simplelengthscanner

Last synced: over 1 year ago
JSON representation

I got sick of having to do this by hand so I wrote a tool

Awesome Lists containing this project

README

          

# SimpleLengthScanner

This is a pretty straight forward tool. I got sick of fighting with dirb and wfuzz on sites that return 200 but a custom error page. So I built this tool.

You just need a bash shell and curl
```
Simple Length Scanner v1.0
Author: Anthony Russell
Twitter: @DotNetRussell

How to use:
./lengthScanner

Example:
./lengthScanner http://10.10.10.10/target/path/ 12345 /usr/share/wordlists/dirb/big.txt
```