Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 658 Bytes

xss.md

File metadata and controls

29 lines (24 loc) · 658 Bytes
layout title
default
XSS and Authorization

In this session we'll discuss cross-site scripting, an extremely prevalent vulnerability, along with authorization failures.

What you'll learn

  • XSS (Cross-Site Scripting)
    • Types of XSS
      • Stored
      • Reflected
      • DOM
    • Detection
    • Exploitation
    • Mitigation
  • Authorization bypasses and forced browsing
    • Detection
    • Exploitation
    • Mitigation

Video

<iframe id="ytplayer" type="text/html" width="640" height="360" src="https://www.youtube-nocookie.com/embed/HGaFCcWM57U?rel=0&autoplay=0&origin={{ site.url }}" frameborder="0"></iframe>