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
- Host: GitHub
- URL: https://github.com/dotnetrussell/simplelengthscanner
- Owner: DotNetRussell
- License: mit
- Created: 2018-06-29T00:37:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T00:45:52.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T09:12:16.120Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```