raubsau
Goto Top

Problem mit JavaScript function pwtest

hallo ich und meine Kumpels spielen untereinnader son kleines spiel das heißt einer schreibt was und die anderen wollen es sagen wir ma (hacken).
Hätte jemand ne idee wie ich bei diesem quelltext an das pw komm
<html>

<head>
<script LANGUAGE="JavaScript">   
<!-- Begin 
function pwtest() { 
    var file; 
    var password; 
    password=this.document.form.inputbox.value 
    file=password + ".htm"  
    location = file 
} 
// End --> 
</script>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">  
 
 
<title>Try to hack- Hacker-Game</title>
</head>

<body stylesrc="xyz.htm" bgcolor="#E9E9E9" link="#000000" vlink="#000000" alink="#000000">  

<form NAME="form">  
  <p><font size="6" face="Arial">Level 8</font></p>  

  <p><font face="Arial">Bitte gib das richtige Passwort ein: <input TYPE="password" NAME="inputbox" size="20&quot;">  
  <input TYPE="button" NAME="button" Value="weiter" onClick="pwtest(this.form)"></font></p>  
</form>

</body>

</html>

Content-Key: 71696

Url: https://administrator.de/contentid/71696

Printed on: April 23, 2024 at 14:04 o'clock

Member: Janni
Janni Oct 23, 2007 at 14:36:47 (UTC)
Goto Top
face-wink


lustig lustig, kleine Hilfestellung: schau dir einmal das Javascript an, dann hast Du die Lösung .... das Passwort steht sogar im Klartext im Body .....


P.S. alle die jetzt meckern, bei dieser Frage kann man ruhig helfen, denn wer auf die Art ein Passwort versteckt, dem ist eh nicht mehr zu helfen !