Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 2.92 KB

File metadata and controls

42 lines (38 loc) · 2.92 KB

Resources-for-Beginner-Bug-Bounty-Hunters

Vulnerabilities 💉

Compact descriptions of common vulnerability types with links to useful resources.

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