From fffb6c16566b9b0fe3cbf73983e9c39cdb910e8e Mon Sep 17 00:00:00 2001 From: Mehdi Date: Sat, 2 Sep 2023 15:44:55 +0330 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92e85c1..81dcd90 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ These are my **bug bounty** notes that I have gathered from various sources. * [CSRF](https://github.com/Mehdi0x90/Web_Hacking/blob/main/CSRF.md) * [Captcha Bypass](https://github.com/Mehdi0x90/Web_Hacking/blob/main/Captcha%20Bypass.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) * [LoggerPlusPlus](https://github.com/Mehdi0x90/Web_Hacking/blob/main/LoggerPlusPlus.md) * [NoSQL Injection](https://github.com/Mehdi0x90/Web_Hacking/blob/main/NoSQL%20Injection.md) * [Open Redirect](https://github.com/Mehdi0x90/Web_Hacking/blob/main/Open%20Redirect.md)