Web_Hacking/README.md

19 lines
921 B
Markdown
Raw Normal View History

2023-08-28 11:05:44 +03:00
# Web Hacking
2023-08-28 10:48:00 +03:00
Here I will try to collect all the payloads needed for **bug hunting** and **web vulnerability testing**.
2023-08-28 10:57:19 +03:00
## Table of Contents
* [API Key Leak](https://github.com/Mehdi0x90/Web_Hacking/blob/main/API%20Key%20Leak.md)
* [File Upload](https://github.com/Mehdi0x90/Web_Hacking/blob/main/File%20Upload.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)
* [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-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...***