Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CasperGN/GoHead
Get interesting http headers, internal IPs, possible endpoints from target(s) and search JS files for juicy info
https://github.com/CasperGN/GoHead
bugbounty headers http http-requests probe
Last synced: 3 months ago
JSON representation
Get interesting http headers, internal IPs, possible endpoints from target(s) and search JS files for juicy info
- Host: GitHub
- URL: https://github.com/CasperGN/GoHead
- Owner: CasperGN
- License: mit
- Created: 2020-04-12T07:59:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T06:39:20.000Z (about 4 years ago)
- Last Synced: 2024-06-20T14:27:24.320Z (5 months ago)
- Topics: bugbounty, headers, http, http-requests, probe
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - CasperGN/GoHead - Get interesting http headers, internal IPs, possible endpoints from target(s) and search JS files for juicy info (Go)
README
# GoHead
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FCasperGN%2FGoHead.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FCasperGN%2FGoHead?ref=badge_shield) [![Total alerts](https://img.shields.io/lgtm/alerts/g/CasperGN/GoHead.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/CasperGN/GoHead/alerts/)Get interesting http headers from target(s)
## Run
```
$ gohead______ __ __ __
/ ____/___ / / / /__ ____ _____/ /
/ / __/ __ \/ /_/ / _ \/ __ \/ __ /
__ / /_/ / /_/ / __ / __/ /_/ / /_/ / __
_/_/ \____/\____/_/ /_/\___/\__,_/\__,_/_/_/
_/_/___________________________________ _/_/
_/_//_____/_____/_____/_____/_____/_____//_/
/_/ /_/
Usage of gohead:
-exclude string
Supply a file of headers to exclude seperated by newlines.
-outdir string
Supply a directory to output the result to. Writes 1 file per supplied target.
-secrets
Search JavaScript files for keys, passwords or secrets (default false)
-silent
Print header (default false).
-target string
Supply single target for probing.
-targets string
Supply a file of targets seperated by newlines.
-threads int
Number of threads (default 5)$ ./gohead -target https://google.com
______ __ __ __
/ ____/___ / / / /__ ____ _____/ /
/ / __/ __ \/ /_/ / _ \/ __ \/ __ /
__ / /_/ / /_/ / __ / __/ /_/ / /_/ / __
_/_/ \____/\____/_/ /_/\___/\__,_/\__,_/_/_/
_/_/___________________________________ _/_/
_/_//_____/_____/_____/_____/_____/_____//_/
/_/ /_/https://google.com
Server: gws
X-Xss-Protection: 0
Set-Cookie: 1P_JAR=2020-04-12-14; expires=Tue, 12-May-2020 14:19:59 GMT; path=/; domain=.google.com; SecureNID=202=DYKO_wTCy_8JUtR9d5W5ljM01awsD46qaPhDM-0p2nce5YfJ6x3yldgk6OBTQ2bxCkC-ccEuj8zLTJD0D370D7m5ANMIMMTv4jg913PruAxLnjdb0vC6y8oi5XS1UhhbVbBb4eY5YQRIpKyeOB6py6yrqSminsckjMFh53CFVGI; expires=Mon, 12-Oct-2020 14:19:59 GMT; path=/; domain=.google.com; HttpOnly
Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,h3-T050=":443"; ma=2592000
Content-Type: text/html; charset=ISO-8859-1
P3p: CP="This is not a P3P policy! See g.co/p3phelp for more info."
X-Frame-Options: SAMEORIGIN
```## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FCasperGN%2FGoHead.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FCasperGN%2FGoHead?ref=badge_large)