Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 356 Bytes

checker

Simple command line tool to perform universal header and path checks written in Go.

Wordlist format

When creating the wordlist, any property from a url.URL object in Go can be used, for example the below is an example header wordlist:

X-Original-URL: {{.Path}}
Referer: {{.}}
Host: {{.Host}}