samyakbhaisare/threaded-subdomain-enumerator
GitHub: samyakbhaisare/threaded-subdomain-enumerator
Stars: 0 | Forks: 0
# 🔍 Threaded Subdomain Enumeration Tool Using Python
## 📖 Description
This project is a Python and multithreading-based subdomain enumeration tool used for reconnaissance and cybersecurity learning. It performs DNS record enumeration and identifies active subdomains using threaded scanning for faster execution.
## ⚙️ Features
* DNS Enumeration
* Threaded Subdomain Scanning
* Active Subdomain Detection
* HTTP Status Filtering
* Fast Concurrent Scanning
* Saves Results to a File
## 🛠️ Technologies Used
* Python
* Requests Library
* DNSPython
* Threading
* Kali Linux
## ▶️ How to Run
Run the following command in terminal:
python3 subdomain\_enum.py
## 📸 Screenshots
### DNS Enumeration Output

### Active Subdomain Detection

### Saved Results File

## 📂 Project Structure
Threaded_Subdomain_Enumerator/
│── subdomain_enum.py
│── subdomains.txt
│── discovered_subdomains.txt
│── README.md
│── Subdomain_Enumeration_Report.pdf
│── screenshots/
│ ├── dns_output.png
│ ├── subdomain_scan.png
│ ├── results.png
## ⚠️ Disclaimer
This tool is developed for educational purposes only. Use it only on authorized systems.
## 👤 Author
Samyak Bhaisare