Web Cache Poisoning | Shahul Hameed
What is Web Cache Poisoning Web cache poisoning is a type of web security vulnerability in which an attacker manipulates the contents of a web cache to serve malicious content to unsuspecting users. This is achieved by injecting specially crafted HTTP requests into the web application or server, causing the cache to store the attacker's malicious content. When users subsequently access that content, they may unknowingly be served the attacker's malicious version, potentially leading to a range of security issues. PRE - Requirement: Param Miner extension in burp suite. Scope Vulnerability: https://34d8a6c9.poison.digi.ninja:2443/basic.php Step 1: Install Extension on burp suite (Already, I am installed on my Burpsuite) Step 2: Intercept the application request and forward it to the repeater for exploiting purposes and finding the unkeyed inputs which vulnerable to web cache poison. Send the requests multiple times and check the extension to find the vulnerable headers or pa...