Dashboard » Carlos Donoso » Mis preguntas
Carlos Donoso
@whiteteamsec
Ver todos comentarios
Carlos Donoso
@whiteteamsec
Cibersecurity Consultant Student
Resuelve tus dudas a través de la comunidad Crear nueva pregunta
1
Preguntas
1
Comentarios
994
Visitas
Carlos Donoso
realizo una pregunta
Web application testing (reto 5 hackthissite)
Estaba intentando resolver este reto pero el addon ya no esta en mozilla ni chrome, vi que en el mismo navegador se podia editar, agregue el javascript en el campo correspondiente pero me aparece un error el cual es el siguiente:
Incaught ReferenceError: hackearpassword is not defined onclick https://www.hackthissite.org/missions/basic/5/:1
Alguna idea ? aca dejo el java insertado.
En el mismo curso no deja preguntar y desconozco porque, siempre me ha pasado igual.
incaught ReferenceError: hackearpassword is not defined
onclick https://www.hackthissite.org/missions/basic/5/:1
<html>
<head>
<script type="text/javascript">
function hackearpassword ()
{
alert(document.forms[0].element[0].value='[email protected]');
}
</script>
</head>
<input type="button" onclick= "hackearpassword()" value="Javascript Malicioso"/>
<br>
</html>
Ver todos comentarios
Completa tu perfil para poder comentar.