mirror of
https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters.git
synced 2024-11-22 11:43:12 +00:00
757 B
757 B
Resources-for-Beginner-Bug-Bounty-Hunters
Vulnerabilities
Compact descriptions of common vulnerability types with links to useful 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