├── LICENSE ├── README.md ├── headers.txt ├── main.go └── static ├── banner.png ├── proxy-burp.png └── proxy-cli.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/headerpwn/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/headerpwn/HEAD/README.md -------------------------------------------------------------------------------- /headers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/headerpwn/HEAD/headers.txt -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/headerpwn/HEAD/main.go -------------------------------------------------------------------------------- /static/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/headerpwn/HEAD/static/banner.png -------------------------------------------------------------------------------- /static/proxy-burp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/headerpwn/HEAD/static/proxy-burp.png -------------------------------------------------------------------------------- /static/proxy-cli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/headerpwn/HEAD/static/proxy-cli.png --------------------------------------------------------------------------------