Skip to content

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.

License

Notifications You must be signed in to change notification settings

EmperialX/Subdomain-Enumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Subdomain-Enumeration

image

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.

Prerequisites

  • 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.

Usage

  1. Clone or download this repository to your local machine.

  2. Open a terminal and navigate to the directory containing the script.

  3. Run the script using the following command:

  Automated_Subdomain_Lister.py

Feedback

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!

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages