Skip to content

Subsleuth is a powerful subdomain bruteforcing for bug bounty hunters and penetration testers to discover subdomains and enhance their web security testing.

License

Notifications You must be signed in to change notification settings

karthi-the-hacker/subsleuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Subsleuth is a powerful subdomain bruteforcing tool for bug bounty hunters and penetration testers to discover subdomains and enhance their web security testing.

karthi-the-hacker

karthithehacker

Prerequisites

  • NodeJs

Installation and Example

  1. Install NodeJS Instructions Here (If you can't figure this out, you shouldn't really be using this)

    • Linux, Mac, Windows
      • npm install subsleuth -g
    • Github
      • click HERE for downloads
  2. Open terminal now type subsleuth

  3. Example for signle domain

    • input
      • subsleuth -d google.com -w wordlist.txt
    • output
      • subsleuth -d google.com -w wordlist.txt -o output.txt
  4. Example for multiple domains or to find subdomains of subdomains

    • input
      • subsleuth -l domain-list.txt -w wordlist.txt
    • output
      • subsleuth -l domain-list.txt -w wordlist.txt -o output.txt

Usages 📚 :

$ subsleuth [option]

  Usage: subsleuth [options]

  Options:
    -h, --help     Show help
    -V, --version  Show version number
    -w, --wordlist  Customize wordlists
    -d, --domain    domains to find subdomains for 
    -o, --output    Save the results to text file
    -l, --list      file containing list of domains for subdomain discovery

About

Subsleuth is a powerful subdomain bruteforcing for bug bounty hunters and penetration testers to discover subdomains and enhance their web security testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published