This Python script allows you to perform subdomain enumeration by fetching and storing data for a user-specified hostname. It extracts information related to IP addresses, domain names, and name servers for the provided hostname and stores the data in a MongoDB collection.This tool used for cybersecurity, web management, marketing, research, and network monitoring. It involves identifying and listing subdomains associated with a domain, providing insights and valuable data for different purposes.
Note: I have completed the task of obtaining information about a website's hostname and related details with its IP address. I will soon update the code to extract subdomains.
- Python 3.x
- Required Python libraries (install using
pip):requests,beautifulsoup4,pymongo
Ensure you have a MongoDB server running on localhost and listening on port `27017.
-
Clone or download this repository to your local machine.
-
Open a terminal and navigate to the directory containing the script.
-
Run the script using the following command:
Automated_Subdomain_Lister.py
I'm always open to questions, feedback, and suggestions. If you have any, feel free to reach out. Enjoy exploring the vast world of subdomain with this tool!
