h0x0er / headlysis

A tool for checking security headers present in a website.

Home Page:https://headlysis-prod.herokuapp.com/

Repository from Github https://github.comh0x0er/headlysisRepository from Github https://github.comh0x0er/headlysis

Headlysis

A tool for checking security headers present in a website.

Building

	cd main
	go build main.go -o main

Usage

2 Modes of operation.

  1. Checking single url.
	cd main
	./main --url https://google.com
  1. Checking a file containing websites.
	cd main
	./main --url-file top100.txt --output-file top100.out --threads 25

Image

More

I have hosted the web implementation of this package on heroku. Just pass url of the target ?url=<full_url_here_of_taget> and send the request to see the output. headlysis

About

A tool for checking security headers present in a website.

https://headlysis-prod.herokuapp.com/


Languages

Language:Go 100.0%