Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zbo14/gh0st
- Owner: zbo14
- License: mit
- Created: 2020-05-24T19:12:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T23:54:55.000Z (over 4 years ago)
- Last Synced: 2024-12-04T14:07:21.728Z (about 2 months ago)
- Topics: bug-bounty, cli, recon, virtual-hosts
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```