Skip to content

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.

License

Notifications You must be signed in to change notification settings

0xb0mb3r/zdumpster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zdumpster

DNS and Subdomain Discovery Tool

This Project ist a Collaboration between skidpaladin (https://github.com/skidpaladin) and 0xb0mb3r (https://github.com/0xb0mb3r).

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.

Features

  • 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.

Prerequisites

  • Python 3.x
  • Required Python packages:
    • dnspython
    • requests
    • ipaddress (included in Python 3.3 and above)

Installation

  1. Clone the repository:

    git clone https://github.com/0xb0mb3r/zdumpster.git
    cd zdumpster
  2. Install the required packages:

    pip install -r requirements.txt

Usage

Run the script and enter a domain when prompted:

python z_dumpster.py

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages