noam-r / subdomains

Stupid Subdomain Detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stupid Subdomain Detector

Stupid Subdomain Detector is a small bash script that bute-checks the existance of subdomains for a given domain.

The scripts runs several checks on the domain:

  1. check it's up
  2. check for zone-transfer (you never know!)
  3. check for catch-all subdomain
  4. brute-force

Usage:

$ ./subdomains.sh -d domain.com [-f subDomainFile.txt] [-ol all|sub|ip]
  • domain (-d) is required
  • subdomain file (-f) is optional
  • output-level (-ol) is optional - display all by default

The default subdomain list was taken from https://github.com/rbsec/dnscan

About

Stupid Subdomain Detector


Languages

Language:Shell 100.0%