Simple subdomain finder write in python3
- Install python3
sudo apt install python3- Clone the repository from Github
git clone https://github.com/Gun8hoot/PySubFinder.git- Go to the project repository
cd ./PySubFinder- (optional) : Create a python virtual environment before installing every module
python3 -m venv .venv && source ./.venv/bin/activate- Go to the project repository
pip install -r ./requirements.txt- (optional) : Extract the wordlist in subdomains_WL.tar
tar -xvf ./subdomains_WL.tarpython3 ./main.py -u {URL} -w {WORDLIST_PATH}