Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
fockcache — FockCache - Minimalized Test Cache Poisoning | Kitploit
Tools/GitHubGitHub/tismayil/fockcache
Vulnerability AnalysisWeb SecurityPenetration Testing
GitHubtismayil/fockcache

fockcache

FockCache - Minimalized Test Cache Poisoning

View Repository
110216 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

Download Tool