Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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=)