נשלח בתאריך: 07 April 2005 בשעה 21:29 | | IP רשוּם
|
|
|
|
אוקי יש לי את הקוד הזה:
<title> JavaScript Hacking Challenge - Level 9 </title> <script src="JavaScript"></script> <script language="JavaScript"> <!-- function checkPassword(passwd) { if (passwd == THEPASSWORD) { alert("GJ!"); location.href = somewhere; } else { alert("TRY AGIN!"); } } //--> </script> </head> <body> <p> Enter your password below:<br> <form name="passwordForm"> <input type="password" name="txtpasswd"> <input type="reset" value="Validate" onclick="checkPassword(passwordForm.txtpasswd.value)"> </form> </body>
</html>
כמו שהבנתי אותו
X=="something"
אני צריך למצוא את ה
something
חשבתי לעשות את זה עם
js injection
למישהו יש מדריך על זה.?
או האם מישהו יכול לכתוב לי את הפקודה שאני צריך
תודה!!
|