Scans a web server for hidden directories and files.
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
first get the deps
go get
the build
go build
./dir-finder -url http://example.com:80 -wordlist wordlists/ror.txt -workers 8