Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 446 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 446 Bytes

subdomain_finder

Python script to find subdomains and scans all found IPs

  • DEPENDENCIES: Python3, pip3 and nmap

  • INSTALL You install with pip3 (the script is for python3): pip3 install -r requirements.txt

  • EXAMPLE USAGE: $ python3 subdomain_finder.py --target='target.com' --wordlist='wordlist.txt' --threads=150

OBS.1: This script does not leave anonymous

OBS.2: Option "threads" indicates how many fields will be tested by thread