Resources-for-Beginner-Bug-.../assets/vulns.md
Ben Sadeghipoour 89af61c6ef 2023 Updates
2023-03-07 15:26:20 -08:00

6.7 KiB
Raw Permalink Blame History

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 get some hands on experience by hacking more in detailed labs, please read the labs page
  • If you would like to read blog posts and see example vulnerability, please read the blog posts page

Online Resources & Frameworks


As we start to build this repository, we'll be adding more vulnerability types and resources for each one.

Cross-Site Scripting (XSS)

XSS is a great place to start as it's one of the most popular and easiest vulnerabilities to find in a web application.

Reading Material

Video Content

Labs

Cross-Site Request Forgery (CSRF)

Reading Material

Videos

Labs

Insecure Direct Object Reference (IDOR)

Reading Material

Videos

Labs

Server-Side Request Forgery

Reading Material

Videos

Labs

XML External Entities (XXE)

Reading Material

Videos

Labs


back to Intro Page