# 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](https://www.hacker101.com/sessions/xss) - [OWASP XSS](https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)) - [A comprehensive tutorial on cross-site scripting](https://excess-xss.com) - [Google Application Security (XSS Guide)](https://www.google.com/intl/am_AD/about/appsecurity/learning/xss/) --- back to [Intro Page](README.md)