Skip to content

superevilstockholm/DNS-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNS-Scanner

DNS-Scanner is a Python script to scan DNS information for a given website using the DNSDumpster service.

Features

  • Retrieves DNS information such as DNS servers, MX records, TXT records, and HOST records (A).
  • Utilizes requests, BeautifulSoup, and fake_useragent libraries for web scraping.
  • Outputs the obtained information in a structured format using pandas DataFrames.

Prerequisites

  • Python 3.x installed on your system.
  • Required Python packages listed in requirements.txt.

Installation

  1. Clone the repository:
    git clone https://github.com/adit624/DNS-Scanner.git
  2. Navigate to the script:
    cd DNS-Scanner
  3. Install the required Python packages:
    pip install -r requirements.txt

Example Usage

  1. Run the main.py script:
    python main.py
  2. Insert target url:
    Masukkan url website yang ingin di scan: example.com

Releases

No releases published

Packages

No packages published

Languages