Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwisiswant0/hinject
Host Header Injection Checker
https://github.com/dwisiswant0/hinject
bugbounty go golang penetration-testing
Last synced: 11 days ago
JSON representation
Host Header Injection Checker
- Host: GitHub
- URL: https://github.com/dwisiswant0/hinject
- Owner: dwisiswant0
- License: mit
- Created: 2020-05-26T14:13:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T15:50:25.000Z (over 2 years ago)
- Last Synced: 2024-08-03T14:06:19.433Z (3 months ago)
- Topics: bugbounty, go, golang, penetration-testing
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 78
- Watchers: 6
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- WebHackersWeapons - hinject
README
## hinject
Host Header Injection Vulnerability Checker## Install
```
▶ go get -u github.com/dwisiswant0/hinject
```## Basic Usage
```
▶ echo "https://hackerone.com/" | hinject
```
or
```
▶ cat urls.txt | hinject -v
```