Skip to content

tismayil/fockcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

FockCache - Minimalized Test Cache Poisoning

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published