subsleuth

0.0.4 • Public • Published


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

Package Sidebar

Install

npm i subsleuth

Weekly Downloads

4

Version

0.0.4

License

MIT

Unpacked Size

11.8 kB

Total Files

8

Last publish

Collaborators

  • karthithehacker