Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h0x0er/headlysis
A tool for checking security headers present in a website.
https://github.com/h0x0er/headlysis
golang owasp secureheaders security-audit security-tools web-application-security
Last synced: 23 days ago
JSON representation
A tool for checking security headers present in a website.
- Host: GitHub
- URL: https://github.com/h0x0er/headlysis
- Owner: h0x0er
- Created: 2021-09-11T15:05:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T15:34:44.000Z (about 3 years ago)
- Last Synced: 2024-10-05T07:41:04.168Z (about 1 month ago)
- Topics: golang, owasp, secureheaders, security-audit, security-tools, web-application-security
- Language: Go
- Homepage: https://headlysis-prod.herokuapp.com/
- Size: 3.66 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Headlysis
A tool for checking security headers present in a website.
## Building
```bash
cd main
go build main.go -o main
```## Usage
> 2 Modes of operation.
1. Checking single url.
```bash
cd main
./main --url https://google.com
```2. Checking a file containing websites.
```bash
cd main
./main --url-file top100.txt --output-file top100.out --threads 25
```
![Image](headlysis.png)# More
I have hosted the web implementation of this package on heroku. Just pass url of the target `?url=` and send the request to see the output.
[headlysis](https://headlysis-prod.herokuapp.com/headlysis?url=)