Skip to content

kgoins/headergrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

headergrep

A small tool for examining headers from a web request

Features

  • json output
  • curl like syntax
  • Header retrieval from arbitrary url
  • Configurable list of expected and unexpected headers

Usage

headergrep http://mysite.example.com:8080/helloworld

Flags

  • -k: ignore cert issues
  • -X: specify http verb
  • -c: config

Config

expected = ["Strict-Transport-Security"]
unexpected = ["Server", "Device-Memory"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages