Skip to content

Files

Latest commit

465a558 · Jul 27, 2018

History

History
This branch is 6 commits behind tomnomnom/hacks:master.

mirror

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 20, 2018
Jul 21, 2018
Jul 27, 2018

mirror

Detect query string values reflected in HTTP responses.

Install

go get -u github.com/tomnomnom/hacks/mirror

Usage

mirror <url>

Or

cat urls | mirror

TODO

  • Only check for values over a certain length to help avoid false positives
  • Check for URLencoded versions of values
  • Check for reflection in HTTP headers
  • Option for checking path reflection
  • A way to send and check for reflection in POST data