Another Sub-Domain Enumeration Tools for normies written in Python3.
- Python 3.9+
- pip3
Use the package manager pip to install the requirements. if not installed, install it using the following command.
sudo apt-get install python3-pip
It is advised to install the python requirements in a virtual environment, for that install the venv package.
python3 -m pip install venv
python3 -m venv env
source env/bin/activate
After that run the following commands:
python3 -m pip install -r requirements.txt
sudo python3 setup.py
python3 main.py -t [domain] -o (Output File)
-t Target or Host
-o Output Folder (Optional)
1) python3 main.py -t example.com
2) python3 main.py -t example.com -o example
Note: if -o is not provided the output folder name is set to the target(DOMAIN).
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.