Skip to content
FockCache - Minimalized Test Cache Poisoning
Go Shell
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Feb 3, 2020
LICENSE
README.md Update README.md Feb 3, 2020
installer.sh Bug fix #1 Feb 3, 2020
main.go Bug fix #1 Feb 3, 2020

README.md

fockcache

FockCache - Minimalized Test Cache Poisoning

asciicast

Detail For Cache Poisoning : https://portswigger.net/research/practical-web-cache-poisoning

FockCache

FockCache 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:

1 - Page Param Checker

2 - Recursive Checking

Installation

1 - Install with installer.sh

chmod +x installer.sh

./installer.sh

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

You can’t perform that action at this time.