Completed
XSS EXAMPLE
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Appsec TLDR
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is this web
- 3 Browsers!
- 4 How can I see what a browser is doing?
- 5 Setting up your Browser Proxy.
- 6 What is a HTTP Request?
- 7 URL Structure
- 8 COOOKIES YOU SAY?
- 9 HTML Responses
- 10 Attacker Mentality
- 11 Who is your threat?
- 12 What do you want to get?
- 13 How will you get it?
- 14 Insufficient Authentication Tips
- 15 Insufficient Authorization
- 16 Authorization Tips & Tricks
- 17 Session Hi-Jacking (Session Fixation)
- 18 Cross Site Scripting (XSS)
- 19 XSS EXAMPLE
- 20 Common XSS Test Strings
- 21 XSS Analysis
- 22 What is SQL?
- 23 Common SQLi Uses
- 24 SQL Injection Workflow
- 25 Cross Site Request Forgery (CSRF)
- 26 CSRF Attack Scenario
- 27 Quick Bonuses