mirror of
https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters.git
synced 2025-02-16 12:28:29 +00:00
945 B
945 B
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.
- Hacker101
- OWASP XSS
- A comprehensive tutorial on cross-site scripting
- Google Application Security (XSS Guide)
back to Intro Page