Skip to content

gipsh/dir-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages