goblister

command module
v0.0.0-...-5a731be Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2023 License: MIT Imports: 10 Imported by: 0

README

gosublister

A fast subdomain enumerator for web URLs written in go with goroutines.

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.

Releases

Built version for Kali (Debian), macOS (arm64, amd64) and Windows has been created, please view releases page.

Demo Run

ss

More subdomain wordlists can be found on seclists here.

Building Steps

Building gosublister only requires go-arg external module if you wish to re-build the project.

git clone https://github.com/n0mi1k/gosublister
go install https://github.com/alexflint/go-arg@latest
go build gosublister.go
```    # goblister

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL