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:
Installation
chmod +x installer.sh
./installer.sh
Also Read – PCFG Cracker : Probabilistic Context Free Grammar (PCFG) Password Guess Generator
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
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…