Jump to content
tw8

ISATCIS Hackme

Recommended Posts

Salut! In caz ca va plictisiti, ati putea incerca acest challenge. Este format din 16 nivele, si necesita mai mult cunostinte de programare si mai putin de securitate (penultimul nivel). Dificultatea este medie (zic eu, desigur, asta dupa ce treci de primele multe nivele simple).

PLAY

Cand il terminati, ar trebui sa va apara un ecran de genul :D :

052035504756ef86489f4.PNG

P.S.: Daca il terminati (si vreti), lasa-ti-va semnatura in guestbook, si mentionati ca sunteti romani ... fiti mandrii de asta :P.

Link to comment
Share on other sites

io am ajuns la 8 si am blocat...apropo...la 8 chestia care apare ca e de la server nu e de la nici un server e facuta asa de ei sa ne incurce ..:)..cred

nici mie nu mi-a placut lvl 8. Uitati-va putin la functia document.location.href=UserEingabe + ".htm"; poate va zice ceva.

Link to comment
Share on other sites

@motanu 11

<script language="JavaScript" type="text/javascript">
<!--
var m1, i;
m1="JavaScript";
value=prompt("Please enter password!","");
if (value==m1) {
window.location=value+".htm";
i=4;

}
//-->

asta e ce te intereseaza

e f simplu:

"m1="JavaScript";"

"if (value==m1) {

window.location=value+".htm";"

deci daca "value" este "JavaScript" -> ajungi pe JavaScript.htm

deci parola e..........

Link to comment
Share on other sites

Deci asa era mssss :D

ehe...acu e acusi nu imi arata decat imaginea in level 3

ai:

<SCRIPT LANGUAGE="JavaScript">
function pw()
{
var d1, Eingabe;
d1=window.document.linkColor;

Eingabe=prompt ("Please enter password");
if (Eingabe==d1)
{

window.location.href=String.fromCharCode(65,66,67)+".htm";
}
else
{
window.location.href="denied.htm";
}
}
</SCRIPT>

o solutie ar fii sa salvezi pagina local

si sa inlocuiesti

	
{
window.location.href="denied.htm";
}

cu:

{

window.location.href=String.fromCharCode(65,66,67)+".htm";
}

si sa vezi ce face :)

sau sa folosesti http://www.killersites.com/webDesignersHandbook/ascii_page2.htm

unde String.fromCharCode(65,66,67)=".htm" = ABC.htm

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...