A collection of some useful bash scripts for information gathering and domain exploration.
- Domain Explorer:
Download theindex.html
, collect all subdomains found in links and resolve them. - Brute Force Subdomain:
Read from a wordlist and try every word as subdomain in the domain. - Content Scanner:
A DIRB-like script. It reads from wordlist and try to find directory or file with this name in the domain server. - Network Block Scan:
Identify all hosts up in a network block and get its DNS record. - Zone Transfer:
Try to get the zone file in the name servers of a domain. - DNS Sucker:
Collect all available DNS records of a giver domain.
This collection of scripts is under the GPLv3 license
See LICENSE for more details