Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zbo14/gh0st

A command-line utility for virtual host discovery
https://github.com/zbo14/gh0st

bug-bounty cli recon virtual-hosts

Last synced: about 3 hours ago
JSON representation

A command-line utility for virtual host discovery

Awesome Lists containing this project

README

        

# gh0st

A command-line utility for virtual host discovery

## Install

`$ go get github.com/zbo14/gh0st`

## Usage

```
('-. .-. .-') .-') _
( 00 ) / ( 00 ). ( 00) )
,----. ,--. ,--. .----. (_)---\_)/ '._
' .-./-') | | | | / .. \ / _ | |'--...__)
| |_( 00 )| .| |. / \ .\ :` `. '--. .--'
| | .--, \| || | ' | '..`''.) | |
(| | '. (_/| .-. |' \ / '.-._) \ | |
| '--' | | | | | \ `' / \ / | |
`------' `--' `--' `---'' `-----' `--'

gh0st [OPTIONS]

Options:
-H comma-separated list/file with request headers
-X request method to send (default: GET)
-d (default: 0.2)
-e print errors and exit after this many
-h show usage information and exit
-j send additional requests with hosts joined to URL hostnames
-k allow insecure TLS connections
-n number of goroutines to run (default: 40)
-s comma-separated whitelist of status codes (default: "200")
-w wordlist of hosts to try
```