Seite 1 von 1

ISATCIS

Verfasst: 30. Jan 2008, 17:44
von Arelja
Independent Starfleet Academy Training Center for Internet Security

Ich komm bei level 2 nicht weiter =( brauche Hilfe! ^^

http://www.isatcis.com/

Re: ISATCIS

Verfasst: 30. Jan 2008, 18:18
von Mheatus
Level 2:
<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;

}
//-->
</script>
Somit ist das Passwort "JavaScript".

In Level 3 ist es übrigens "#235711":
<body bgcolor="#000000" link="#235711">
<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>

Re: ISATCIS

Verfasst: 30. Jan 2008, 18:22
von Doy
Den Blödsinn gibt es tatsächlich immer noch?

Re: ISATCIS

Verfasst: 31. Jan 2008, 09:14
von Piffi
sieht so aus wa ;) Also ich komm im achten Level nicht weiter :(
http://scifi.pages.at/hackits/hackit8/hackit8.htm

Re: ISATCIS

Verfasst: 31. Jan 2008, 18:43
von Ice
gb2/notpron/

Re: ISATCIS

Verfasst: 2. Feb 2008, 12:05
von globaler n00bbann
hä wie gehts das?

Re: ISATCIS

Verfasst: 3. Feb 2008, 14:40
von Arelja
HINT: For all newbies still don't know what to do: View the source code!