Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

n0mi1k/gosublister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosublister

An uber fast subdomain enumerator for web URLs written in go using goroutines.

Installation

To install, just run the below command or download pre-compiled binary from release page.

go install github.com/n0mi1k/gosublister@latest

Options

Usage:
  gosublister -u [URL] [Other Flags]

Flags:
  -u, --url string         The target domain [Required]
  -w, --wordlist string    Set the wordlist e.g shubs-subdomains.txt [Required]
  -d, --delay              Set delay in ms per goroutine request [Default=100]
  -r, --response           Filter out codes separated by space: e.g 200 302 402
  -t, --threads            Number of concurrent goroutines [Default=10]
  -s, --timeout            Timeout for each request [Default=2s]
  -h, --help               Display the help page

Note: If the target has rate limiting, use the time delay feature and reduce threads.

Demo Run

ss

More subdomain wordlists can be found on seclists here.