Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 3.13 KB

File metadata and controls

49 lines (38 loc) · 3.13 KB

Resources-for-Beginner-Bug-Bounty-Hunters

Vulnerabilities 💉

This page is created to help hackers understand a specific vulnerability type in details. If you would like to read blog posts and see example vulnerability, please read the blog posts page

Online Resources


Cross-Site Scripting (XSS)

As we start to build this repository, we'll be adding more vulnerability types and resources for each one. XSS is a great place to start as it's one of the most popular and easiest vulnerabilities to find in a web application.

Cross-Site Request Forgery (CSRF)

XML External Entities (XXE)

Insecure Direct Object Reference (IDOR)

Open Redirect

HTTP Parameter Pollution

Logic Errors

Remote Code Execution


back to Intro Page