Web_Hacking/README.md

25 lines
1.4 KiB
Markdown
Raw Normal View History

2023-08-31 12:30:24 +03:00
# Web Hacking + Bug Bounty Tricks
2023-08-31 12:27:02 +03:00
These are my **bug bounty** notes that I have gathered from various sources.
2023-08-28 10:48:00 +03:00
2023-08-28 10:57:19 +03:00
## Table of Contents
2023-08-30 14:47:57 +03:00
* [2FA/OTP Bypass](https://github.com/Mehdi0x90/Web_Hacking/blob/main/2FA_OTP_Bypass.md)
2023-08-28 10:57:19 +03:00
* [API Key Leak](https://github.com/Mehdi0x90/Web_Hacking/blob/main/API%20Key%20Leak.md)
2023-09-03 14:00:51 +03:00
* [CSP Bypass](https://github.com/Mehdi0x90/Web_Hacking/blob/main/CSP%20Bypass.md)
2023-08-30 09:54:09 +03:00
* [CSRF](https://github.com/Mehdi0x90/Web_Hacking/blob/main/CSRF.md)
2023-09-01 14:22:15 +03:00
* [Captcha Bypass](https://github.com/Mehdi0x90/Web_Hacking/blob/main/Captcha%20Bypass.md)
2023-08-28 10:57:19 +03:00
* [File Upload](https://github.com/Mehdi0x90/Web_Hacking/blob/main/File%20Upload.md)
2023-09-02 15:14:55 +03:00
* [IDOR](https://github.com/Mehdi0x90/Web_Hacking/blob/main/IDOR.md)
2023-08-28 10:57:19 +03:00
* [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)
* [Race Condition](https://github.com/Mehdi0x90/Web_Hacking/blob/main/Race%20Condition.md)
2023-08-29 12:05:44 +03:00
* [Recon](https://github.com/Mehdi0x90/Web_Hacking/blob/main/Recon.md)
2023-09-02 16:23:43 +03:00
* [Reset Password Bypass](https://github.com/Mehdi0x90/Web_Hacking/blob/main/Reset%20Password%20Bypass.md)
2023-08-28 10:57:19 +03:00
* [SSRF](https://github.com/Mehdi0x90/Web_Hacking/blob/main/SSRF.md)
* [XSS](https://github.com/Mehdi0x90/Web_Hacking/blob/main/XSS.md)
2023-08-29 12:05:44 +03:00
***Will always be updated...***