Jump to content

Thor

Members
  • Posts

    4
  • Joined

  • Last visited

Thor's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thor

    Java loop

    The "PASSWORD" didi not work as password
  2. Thor

    Java loop

    kore source needed? ... ok <script language="JavaScript" src="levels/20/src.php">alert('Not here');</script><script language="JavaScript"><!--function go() {var input = document.login.pw.valuelocation.href = "?page=level20&pw=" + input;}//--></script><form name="login"><table width="144" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center"><b>LEVEL 20 </b></td> </tr> <tr> <td> </td> </tr> <tr> <td align="left">Enter password:</td> </tr> <tr> <td> </td> </tr> <tr> <td align="left"><input name="pw" type="password" id="pw"></td> </tr> <tr> <td align="left"><input type="button" value="ok" onClick="go()"></td>
  3. Thor

    Java loop

    thanks. it worked :)edit: instead of spamming the forum with a new topic.what does this mean? where is the document with the pw? (I am still working on the "hack me" site) function go() {var input = document.login.pw.valuelocation.href = "?page=level20&pw=" + input;
  4. Thor

    Java loop

    Hello.I am working on a script where my plan is to make a loop witch execute a number until it reach the goal. the thing is that I am playing on a "hack me" site.the script is: <html><body><script type="text/javascript">for (i = 0; i <= 50; i++){document.write ("www.awebsite.com" + i)document.write("<br>")}</script></body></html> How do I make it so ("www.awebsite.com" + i) will be clickable or auto "opened" (tested).When I get the correct number it tells me (with an alert) that I cot the correct number.
×
×
  • Create New...