FockCache : Minimalized Test Cache Poisoning

FockCache is a minimalized test cache poisoning. It tries to make cache poisoning by trying X-Forwarded-Host and X-Forwarded-Scheme headers on web pages.

After successful result, it gives you a poisoned URL.

To be added soon:

  • Page Param Checker
  • Recursive Checking

Installation

  • Install with installer.sh

chmod +x installer.sh
./installer.sh

Also Read – PCFG Cracker : Probabilistic Context Free Grammar (PCFG) Password Guess Generator

  • 2 – Install manual

go get github.com/briandowns/spinner
go get github.com/christophwitzko/go-curl
go run main.go –hostname victim.host

or

go build FockCache main.go

Run

./FockCache –hostname victim.host