Skip to content

nipunnegi2/subdomain_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Subdomain Finder

Overview

Subdomain Finder is a Python-based tool designed to quickly discover subdomains for a given domain. It leverages threading to improve performance and allows users to specify a custom wordlist for subdomain enumeration.

Features

  • Fast subdomain discovery
  • Custom wordlist support
  • Multi-threading for improved performance
  • Verbose output option

Usage

To use the Subdomain Finder, follow these steps:

# Clone the repository
git clone https://github.com/nipunnegi2/subdomain_finder.git

# Navigate to the project directory
cd subdomain_finder

# Install the required dependencies
pip install -r requirements.txt

# Run the tool with the desired domain
python subdomain_finder.py example.com -w wordlist.txt -t 500 -V ```

-w or --wordlist: Specify the path to your custom wordlist (default is wordlist.txt).
-t or --threads: Set the number of threads to use (default is 500).
-V or --verbose: Enable verbose output.

Sub Domains Found -
https://subdomain1.example.com
https://subdomain2.example.com
...

Time taken - 10.24 seconds
Contributing
If you want to contribute to this project, please follow these guidelines...

License
This project is licensed under the MIT License.

Acknowledgments
Special thanks to requests for simplifying HTTP requests.
...
Contact
For any inquiries, please contact nipunnegi2002@gmail.com.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages