Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 641 Bytes

README.md

File metadata and controls

41 lines (21 loc) · 641 Bytes

http-dir-scanner

Scans a web server for hidden directories and files.

Features

You can customize the workers for speed with -workers.

You can route the requests throught TOR proxy with -tor

The User-Agent changes for each request, you can disable this behaviour with -uarr=false

Wordlists were stolen from OWASP

This tools has support for fasthttp library https://github.com/valyala/fasthttp

Build

first get the deps

go get

the build

go build

Run

./dir-finder -url http://example.com:80 -wordlist wordlists/ror.txt -workers 8