Web Cache Attacks

Hi there!,

If you have not read the first topic in this category, I will recommened to read that first as it will give you more idea about the Pattern.

Second Topic - Web Cache Attacks

As I started exploring these topics in detail, I mostly focused on the web Cache deception and web-cache-poisoning attacks.

Web Cache Deception Attacks

Resources

Tools

https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/airachnid-web-cache-deception-burp-extender/
(Extender in Burpsuite for Web cache deception)

Variations on Different Path

example.com/account.php/nonexistent.css
example.com/account.php%0Anonexistent.css
example.com/account.php%3Bnonexistent.css
example.com/account.php%23nonexistent.css
example.com/account.php%3Fname = valnonexistent.css

Web Cache Attacks

Resources

Labs

Tools

Headers for Web Caching

X-Forwarded-Host: example.com
X-Host: example.com
X-Forwarded-Scheme: ftp
X-Forwarded-Server: example.com
X-Original-Header: example.com
X-Original-Url: /path
X-Rewrite-Url: /path
X-Forwarded-Proto: ftp
X-HTTP-Host-Override: POST

Feel free to drop any suggestions via my social handles.
Thanks for reading!!!.

Load Comments?