Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
getsubdomain — Get subdomain list and check whether they are active or not by each response code. Using API by c99.nl | Kitploit
Tools/GitHubGitHub/abaykan/getsubdomain
ReconnaissanceDNS & Subdomain EnumerationInformation GatheringSubdomain Enumeration
GitHubabaykan/getsubdomain

getsubdomain

Get subdomain list and check whether they are active or not by each response code. Using API by c99.nl

View Repository
844 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

getsubdomain

Get subdomain list and check whether they are active or not by each response code. Using API by c99.nl

Installation

root@kitploit:~
▶ go install github.com/abaykan/getsubdomain@latest

Put your API_KEY in ~/.config/c99.txt:

root@kitploit:~
▶ echo "<YOUR_API_KEY>" > ~/.config/c99.txt

Usage

  • Single Domain
root@kitploit:~
▶ echo "kustirama.id" | getsubdomain

or

root@kitploit:~
▶ echo "kustirama.id" | getsubdomain
  • From List
root@kitploit:~
▶ cat domainlist.txt | getsubdomain

or

root@kitploit:~
▶ cat domainlist.txt | getsubdomain

Example Output

  • Single Domain

  • From Domain List

Disclaimer

For my own learning purpose. These codes are messy af. Feel free to contribute so I know how to code properly.
Don't expect anything new or ground breaking, I'm just following tutorials.

Download Tool