Skip to content

h0x0er/headlysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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