This Python script performs DNS lookups and subdomain discovery for a given domain. It retrieves DNS records, IP addresses, and subdomains using the lookup.segfault.net
API.
- DNS lookups for records of types: A, NS, MX, SOA, TXT, and PTR.
- IP address extraction from DNS A and PTR records.
- Subdomain discovery using the
lookup.segfault.net
API.
- Python 3.x
- Required Python packages:
dnspython
requests
ipaddress
(included in Python 3.3 and above)
-
Clone the repository:
git clone https://github.com/0xb0mb3r/zdumpster.git cd zdumpster
-
Install the required packages:
pip install -r requirements.txt
Run the script and enter a domain when prompted:
python z_dumpster.py