Godirsearch
Godirsearch is a golang application to brute force web site and search for hidden files or directories.
Installation & Build:
Installation:
go get github.com/hihebark/godirsearch
Build:
go build
Usage:
./godirsearch -host http://example.com/ -e txt,php -wordlist data/dicc.txt -tor
▄▄▄▄
█ ▄ █
█▄▄▄█
GoDirSearch ~0.5.0-Dev
Usage of ./godirsearch:
-cookie string
Cookie if needed.
-ex string
Extension separate by comma like php,txt .
-host string
Host/Target to search for subdirectory example: http://example.com/ .
-http
http server to consult the result.
-proxy string
Use a proxy to brutforce.
-proxyfile string
Use a proxy file (not set).
-thread int
Number of thread (not set). (default 4)
-tor
Use the test with Tor for anonymity.
-useragent string
UserAgent if not set it will generate one randomly.
-worlist string
Wordlist to use for the search. (default "data/wordlist.txt")
I started this project to learn Go-Lang so if you spot an error be kind a report'it i will digg'in to find a solution. This project is still in a development.
"The only way to learn a new programming language is by writing programs in it." - Dennis Ritchie