Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/05/2011, 02:09
Rafaelpc
 
Fecha de Ingreso: diciembre-2010
Mensajes: 14
Antigüedad: 14 años, 1 mes
Puntos: 0
Pregunta Script defectuoso

Hola, estoy haciendo los ejercicios de warzone, y me he atrancado un poco .
Esta es la descricion del ejercicio
Un simple script de logueo que esta un poco defectuoso. Tu mision es explotarla. NOTA: la cuenta de usuario \"admin\" no tiene privilegios de administrador.

Este el script:

<html>
<head>
<title>Pequeño Script</title>
</head>
<body>

<form method="GET">
Usuario: <input type="text" name="usr">
Passwd: <input type="password" name="pass">
<input type="hidden" name="admin" value="0">
<input type="submit" value="Entrar" name="log">
<input type="submit" value="Registrarse" name="reg">
</form>

<a href="http://www.google.com">Olvidaste la Contraseña?</a>
</body>
</html>

una ayuda para poder entender mejor , gracias