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
- Search For Sub-Domain's Of A Particular Domain.
- Get IP Address Of Sub-Domains.
- Show The Domain Status Up or Not.
- Simple & Clean UI.
- Save A Log File To See The Result Letter (User Selectavle Option).
- Work On Linux (Only).
- dnspython
- requests
- Clone Repository
git clone https://github.com/Hrishikesh7665/Sub-Domain_Lister.git
-
Or
-
Download Repository
Direct Download Zip
Click Here
- Install Required Modules
- pip3 install dnspython
- 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
- Linux