WHOISshuvam / gotld

Command-line tool to enumerate top-level domains, check response codes and find potential vulnerabilities for bug bounty hunters and security researchers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gotld

Enumerate all possible root domains of any organization on the fly ✨

Installation 📩

  • 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 . 

Usages 💡

  • 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 🌺

Thanks to pwnwriter for code/ui improvement and custom wordlist options.

About

Command-line tool to enumerate top-level domains, check response codes and find potential vulnerabilities for bug bounty hunters and security researchers.


Languages

Language:Go 100.0%