Skip to content

handle1337/subway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

This tool is under development

It still isn't finished and I wouldn't recommend using it as of now.

Features

  1. Subdomain discovery using wordlists
  2. (In development) Subdomain discovery using APIs
  3. (In development) CNAME discovery
  4. (In development) Endpoints discovery maybe?

Usage

This tool is very simple to use, you can see what flags are available by using the -h/--help flags.

└──╼ $./subway.py -h
usage: use 'subway.py --help' for more information

Enumerate subdomains and URLs

optional arguments:
  -h, --help            show this help message and exit
  --banner, -b          disable banner
  --url URL, -u URL     Target URL
  --output OUTPUT, -o OUTPUT
                        output file
  --wordlist WORDLIST, -w WORDLIST
                        Subdomain wordlist
  --multisub MULTISUB, -m MULTISUB
                        multilevel subdomain enumeration
  --inurl, -I           include URLs that are found inside the site's source and belong to the same domain (html/js files)
  --inaurl, -A          include ALL found URLs in the site's source (html/js files)

Examples

  • Subdomain discovery using wordlist: ./subway.py -u https://target.com/ -w /opt/SecLists/Discovery/DNS/bitquark-subdomains-top100000.txt -o output.txt

About

Basic subdomain discovery tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages