Sidlister is a Python-based subdomain enumeration tool that leverages the power of Sublist3r to quickly and efficiently discover subdomains associated with a target domain. With a user-friendly command-line interface and a touch of humor, Sidlister makes the process of subdomain enumeration not only effective but also fun.
Key Features:
- Utilizes Sublist3r to perform subdomain enumeration.
- Provides a stylish and humorous ASCII art introduction upon execution.
- Generates organized HTML reports containing enumerated subdomains.
- Simple and straightforward usage for both beginners and experienced users.
- Easily installed as a global command for quick access.
Usage:
Sidlister is designed to simplify the process of subdomain enumeration. Users can run the tool, enter the target domain, and watch as Sidlister efficiently discovers and lists subdomains in an HTML report. The tool is perfect for security professionals, penetration testers, and anyone interested in understanding the subdomain landscape of a website.
Installation:
Sidlister can be installed with a single command, making it accessible from any terminal window. Detailed installation instructions are provided in the README file.
License:
Sidlister is open-source software and is released under the MIT License. Users are encouraged to modify and customize the tool to suit their needs.
Acknowledgments:
Sidlister relies on the power of Sublist3r for subdomain enumeration and pyfiglet for creating eye-catching ASCII art introductions. The tool was developed with the goal of simplifying subdomain enumeration while adding a touch of fun to the process.
This description can be customized further to match your tool's unique features and characteristics.
Sidlister is a Python tool for enumerating subdomains of a domain using Sublist3r. It also provides a fun ASCII art introduction when executed.
To install Sidlister, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/siddharth0kumar/Sidlister.git
-
Navigate to the Sidlister directory:
cd Sidlister
-
Run the setup script to install Sidlister as a global command:
chmod +x sidup.sh ./sidup.sh
After installing Sidlister, you can use it as follows:
-
Run Sidlister by typing:
python3 Sidlister.py
-
Enter the domain name (without http/https) when prompted.
-
Sidlister will enumerate subdomains using Sublist3r and save the results in an HTML file.
-
The HTML file will be saved as
mephisto_results.html
in the current directory. -
You can view the results by opening
mephisto_results.html
in a web browser.
This project is licensed under the MIT License - see the LICENSE file for details.