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 ![DNS Output](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/45e51306a0071936.png) ### Active Subdomain Detection ![Subdomain Scan](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/f03822384c071937.png) ### Saved Results File ![Results](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/28be548fd2071938.png) ## 📂 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