Gds is a golang application to brute force web site and search for hidden files or directories.
Installation:
go get github.com/hihebark/gds
Build:
go build
Or get a pre-released version:
./gds -host http://example.com/ -e txt,php -wordlist ~/path/to/my/dictionary.txt
▄▄▄▄
█ ▄ █ GDS
█▄▄▄█ 1.0
-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.
-output string
Output result as a JSON
-proxy string
Use a proxy to brutforce.
-proxyfile string
Use a proxy file (not set).
-tor
Use the test with Tor for anonymity.
-useragent string
UserAgent if not set it will generate one randomly.
-wordlist string
Wordlist to use for the search.