From 7234d40024a0869773b098c1bbcd4133f503c0c4 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Mon, 18 Sep 2023 09:38:16 +0330 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2884558..14413dc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ You can also contribute. ## List of Vulnerabilities * [API Key Leak](https://github.com/Mehdi0x90/Web_Hacking/blob/main/API%20Key%20Leak.md) * [CSRF](https://github.com/Mehdi0x90/Web_Hacking/blob/main/CSRF.md) +* [Cache Poisoning / Deception](https://github.com/Mehdi0x90/Web_Hacking/blob/main/Cache%20Deception.md) * [DOM Clobbering](https://github.com/Mehdi0x90/Web_Hacking/blob/main/Dom%20Clobbering.md) * [File Upload](https://github.com/Mehdi0x90/Web_Hacking/blob/main/File%20Upload.md) * [IDOR](https://github.com/Mehdi0x90/Web_Hacking/blob/main/IDOR.md)