dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,861
- Solutions
- 4
- Reputation
- 27
- Reaction score
- 45,546
- Points
- 1,813
- Credits
- 55,350
7 Years of Service
56%
Post created for the Hack Tools Dark Community




Subcat is a **passive subdomain enumeration tool** tailored for cybersecurity professionals and bug bounty hunters who want **silent reconnaissance** without alerting the target.
What is Passive Discovery?
Collects subdomain data from **public sources** — no direct interaction with the target server.
Completely stealth — leaves **zero traces**.
Leverages **databases and OSINT APIs** for enumeration.
Features:
️ **Fast & efficient** subdomain collection.
100% passive – **no DNS queries** to the target.
Expands the **attack surface** for further exploitation.
Designed for both beginners and pros.
Installation and Usage:
- Install: `
sudo pip install subcat
` - Run: `
subcat -d example.com --silent
`
Basic Options:
- `
-d example.com
`: Target domain - `
--silent
`: Output only subdomains
Example Output:
www.example.com
blog.example.com
dev.example.com
api.example.com
Improve Accuracy with API Keys:
You can add keys in `config.yaml
`:
YAML:
virustotal: "your_virustotal_api_key"
shodan: "your_shodan_api_key"
securitytrails: "your_securitytrails_api_key"
censys: "your_censys_api_key"
binaryedge: "your_binaryedge_api_key"
️ Advanced Usage:
subcat -d example.com --all --output subdomains.txt
- `
--all
`: Use all passive sources - `
--output
`: Save results to file - `
--threads
`: Increase speed with multithreading - `
--verbose
`: Show detailed progress
Similar Tools:
-
This link is hidden for visitors. Please Log in or register now.
-
This link is hidden for visitors. Please Log in or register now.
-
This link is hidden for visitors. Please Log in or register now.
Disclaimer:
Use this tool **only** on domains you have explicit permission to test. Unauthorized usage may violate laws and result in consequences. This post is **strictly educational**.
Join the Discussion
Have you tried Subcat or prefer other alternatives like Subfinder or Amass? Drop your feedback, tips, or configs below — let’s learn together.