- Using go ( Assuming you have set
$GOPATH
)
$ go install github.com/WHOISshuvam/gotld@latest
- From source
$ git clone --depth=1 https://github.com/WHOISshuvam/gotld
$ cd gotld
$ go build .
- Help Menu ( No arguments )
- default scans ( No custom keywords)
$ gotld -k <keyword> -o <output>
- User defined custom
wordlist
file
$ gotld -k <keyword> -f <wordlist> -o <output>
- Number of threads to use
(default 5)
$ gotld -k <keyword> -t <number of threads> -o <output>
Thanks to pwnwriter for code/ui improvement
and custom wordlist
options.