Skip to content

ankushbhagatofficial/subdomain-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subdomainfinder

A program to find subdomain of any domain.

Following program enumaretes possible list of sub-domains using Securitytrails API

Register

Register account in SecurityTrails.com Activate Account to get the API Key

PREREQUISITES

python3

SETUP PROGRAM USING PIP

pip3 install subdomainfinder

SETUP PROGRAM MANUALLY

git clone https://github.com/ankushbhagatofficial/subdomain-finder
cd subdomain-finder
python3 setup.py install

Setup API KEY:

For Linux/Macos:

export SD_API_KEY="api_key_value"

For Windows:

setx [SD_API_KEY] "[api_key_value]"

Usage:

subdomainfinder

subdomainfinder --help

subdomainfinder --domain vulnweb.com --filepath vulnweb_sd.txt

About

A program to find subdomain of any domain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages