Skip to content

Gun8hoot/PySubFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySubFinder

Simple subdomain finder write in python3

Install on Linux


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

Usage


python3 ./main.py -u {URL} -w {WORDLIST_PATH}

Usage gif

Releases

No releases published

Packages

No packages published

Languages