Skip to content

A Tkinter GUI based tool for Linux to list down all Sub-Domain of a Domain with IP Address & Status (Written In Python 3.9)

Notifications You must be signed in to change notification settings

Hrishikesh7665/Sub-Domain_Lister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sub-Domain_Lister

A Tkinter GUI based simple tool for Linux to list down all Sub-Domain of a particular Domain with IP Address & Status (Written In Python 3.9)

Made In Python(3.9.4) With Tkinter GUI

Usage

  1. Search For Sub-Domain's Of A Particular Domain.
  2. Get IP Address Of Sub-Domains.
  3. Show The Domain Status Up or Not.

Features

  1. Simple & Clean UI.
  2. Save A Log File To See The Result Letter (User Selectavle Option).
  3. Work On Linux (Only).

Requirements

  • dnspython
  • requests

Installation

  • Clone Repository

git clone https://github.com/Hrishikesh7665/Sub-Domain_Lister.git

  • Or

  • Download Repository

Direct Download Zip Click Here

  • Install Required Modules
  1. pip3 install dnspython
  2. pip3 install requests
  • Or

pip3 install -r requirements.txt

  • Run

python3 "dsearchUI.py"

  • Or

Single Line Command

git clone https://github.com/Hrishikesh7665/Sub-Domain_Lister.git && cd Sub-Domain_Lister && pip3 install -r requirements.txt

N.B: If You Getting “No Module Tkinter” Error Try This:

sudo apt-get install python3-tk

Demo

  • Linux

About

A Tkinter GUI based tool for Linux to list down all Sub-Domain of a Domain with IP Address & Status (Written In Python 3.9)

Topics

Resources

Stars

Watchers

Forks

Languages