Coder Social home page Coder Social logo

domain-axfr's Introduction

 ####      ####    ##   ##    ##      ####    ##  ##              ##     ##  ##   ######   #####   
 ## ##    ##  ##   ### ###   ####      ##     ### ##             ####    ##  ##   ##       ##  ##  
 ##  ##   ##  ##   #######  ##  ##     ##     ######            ##  ##     ###    ##       ##  ##  
 ##  ##   ##  ##   ## # ##  ######     ##     ######            ######     ##     ####     #####   
 ##  ##   ##  ##   ##   ##  ##  ##     ##     ## ###            ##  ##    ####    ##       ####    
 ## ##    ##  ##   ##   ##  ##  ##     ##     ##  ##            ##  ##   ##  ##   ##       ## ##   
 ####      ####    ##   ##  ##  ##    ####    ##  ##            ##  ##   ##  ##   ##       ##  ##

Domain-AXFR

A robust tool for automated DNS zone transfer and subdomain enumeration!

Summary

Domain AXFR is a powerful Python-based tool that automates the process of DNS zone transfer and subdomain enumeration using the 'dig' command. Ideal for network administrators and cybersecurity professionals, it simplifies the task of discovering subdomains and associated IP addresses for a given domain. The tool recursively queries subdomains, extracting vital DNS information and streamlining the reconnaissance phase of security assessments.

Features

  • Automated DNS Zone Transfer: Utilizes the 'dig' command for DNS zone transfers.
  • Recursive Subdomain Enumeration: Discovers and lists all subdomains of a target domain.
  • IP Address Extraction: Captures IP addresses associated with each subdomain.
  • Efficient Data Aggregation: Consolidates DNS data into easily readable text files.
  • Dig command (commonly available on Unix-based systems)

Installation

Ensure you have Python 3 and the dig tool installed on your system:

sudo apt update
sudo apt install python3 -y

Usage

Run the script from the command line, specifying the target domain and IP address:

python3 DomainAXFR.py <domain> <IP>

image

Output

  • all_domain_info.txt: Comprehensive list of subdomains and their respective DNS records.
  • domain_names.txt: Simplified list of unique subdomain names. image

Creates 3 x files to conduct additional greps

image

Upcoming Features

  • Integration with additional external DNS enumeration tools.
  • Enhanced performance optimizations for large-scale domain enumeration.
  • User interface improvements for a more interactive experience.
  • Advanced error handling and logging capabilities.

domain-axfr's People

Contributors

csb21jb avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.