FockCache
Kang Asu
FockCache - Minimalized Test Cache Poisoning
FockCache - Minimalized Test Cache Poisoning
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.sh2 - Install manual
go get github.com/briandowns/spinnergo get github.com/christophwitzko/go-curlgo run main.go --hostname victim.hostor
go build FockCache main.goRun
./FockCache --hostname victim.hostRegards
Kang Asu
