Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 857 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 857 Bytes

Sub-Finder

Passive Recon - Subdomain Enumeration With sub-finder.

image

Dependencies:

Sub-Finder depends on the requests, sys python modules.

These dependencies can be installed using the requirements file:

Installation on Windows:

c:\python310\python.exe -m pip install -r requirements.txt

Installation on Linux

sudo pip install -r requirements.txt

How to use?

 $python sub-finder.py
  Enter domain: exdomain.com
 

License

Sub-Finder is licensed under the MIT license. take a look at the LICENSE for more information.