Saturday, September 20th 2025, 3:59pm UTC+2

You are not logged in.


Date of registration: Aug 9th 2002

Posts: 1,375

Bike: Honda CRM 125

Location: Wundertüte

31

Thursday, October 9th 2003, 2:33pm

Geil ich hab 12 geschafft
11 war wirklich übelst schwer...puh da hab ich kang gebraucht
##########################
#Klingt komisch... Is aber so !!! #
#########################
  • Go to the top of the page

fwmone

Unregistered

32

Thursday, October 9th 2003, 4:13pm

So, nett war's und kurzweilig.
  • Go to the top of the page

Date of registration: Aug 9th 2002

Posts: 1,375

Bike: Honda CRM 125

Location: Wundertüte

33

Thursday, October 9th 2003, 4:31pm

Wie hast du des in Level13 mit dem JavaApplet gemacht?
##########################
#Klingt komisch... Is aber so !!! #
#########################
  • Go to the top of the page

Date of registration: Oct 31st 2002

Posts: 117

34

Thursday, October 9th 2003, 4:49pm

Ich bin immer noch beim 11! Hat irgendjemand Tipps?
  • Go to the top of the page

fwmone

Unregistered

35

Thursday, October 9th 2003, 5:15pm

Quoted

Original von GoLdEnBoY
Wie hast du des in Level13 mit dem JavaApplet gemacht?


Ich habe das Applet gedownloadet und in einem HEX-Editor geöffnet; dann habe ich mir den Quelltext angesehen, bis mir etwas aufgefallen ist, was eigentlich ein Befehl sein sollte, tatsächlich aber ohne Zusammenhang stand --> das war das Passwort.
  • Go to the top of the page

fwmone

Unregistered

36

Thursday, October 9th 2003, 5:17pm

Quoted

Original von AiPtEx
Ich bin immer noch beim 11! Hat irgendjemand Tipps?


Mach dir ein kleines JavaScript, das jeweils die einzelnen Codes anzeigen kann. Ist recht einfach.
  • Go to the top of the page

Date of registration: Oct 31st 2002

Posts: 117

37

Thursday, October 9th 2003, 5:25pm

Quoted

Original von fwmone

Quoted

Original von AiPtEx
Ich bin immer noch beim 11! Hat irgendjemand Tipps?


Mach dir ein kleines JavaScript, das jeweils die einzelnen Codes anzeigen kann. Ist recht einfach.


Hab ich versucht. Ich hab auch alle Passwörter bis b und e rausgekriegt. Aber da hab ich keine Ahnung was das b.substr(2,2) und des e.substring (4,5) bedeutet, weil ich mich bis jetzt noch nicht viel mit JavaScript beschäftigt hab.
  • Go to the top of the page

TheChris

Administrator

Date of registration: Sep 1st 2001

Posts: 7,840

Bike: kein 2-rad-scheiss

38

Thursday, October 9th 2003, 6:13pm

WIE geht Level 8 ?

Bin ich zu dumm?
Hier nochmal zur erinnerung der Quelltext der zu knackenden Seite

Quoted

<html><body bgcolor="#000000" text="red">
<br><br><br><center><h1>SECURITY LEVEL 8</h1><br><br><img src="tactic.jpg" border=0></center>

<script language=JavaScript>

UserEingabe = window.prompt("password security level 8","");
document.location.href=UserEingabe + ".htm";

// -->
</script>
<script language="JavaScript1.2">
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;

return false;
}
function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
</script>
</font></h1>
</body>
</html>


Vielleicht genügt auch n Hinweis ;)
  • Go to the top of the page

Date of registration: Sep 23rd 2003

Posts: 804

Bike: Ducati 998, Sondermodell "Imaginär"

Location: KA

39

Thursday, October 9th 2003, 6:19pm

lol da schau ich mir doch lieber brüste an :daumen:
  • Go to the top of the page

Tutti

Unregistered

40

Thursday, October 9th 2003, 6:20pm

Quoted

Original von Alwin vdChipm.
lol da schau ich mir doch lieber brüste an :daumen:

wieso nur anschauen ? :P

@TheChris wir haben ja schon in icq .. :D
  • Go to the top of the page

fwmone

Unregistered

41

Thursday, October 9th 2003, 6:31pm

Quoted

Original von TheChris
WIE geht Level 8 ?

Bin ich zu dumm?
Hier nochmal zur erinnerung der Quelltext der zu knackenden Seite

Quoted

<html><body bgcolor="#000000" text="red">
<br><br><br><center><h1>SECURITY LEVEL 8</h1><br><br><img src="tactic.jpg" border=0></center>

<script language=JavaScript>

UserEingabe = window.prompt("password security level 8","");
document.location.href=UserEingabe + ".htm";

// -->
</script>
<script language="JavaScript1.2">
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;

return false;
}
function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
</script>
</font></h1>
</body>
</html>


Vielleicht genügt auch n Hinweis ;)


Über die Website kannst du das nicht lösen; was passiert aber, wenn man in einem Ordner die "index.htm" vergisst? Man sieht die Dateien...
  • Go to the top of the page

Tutti

Unregistered

42

Thursday, October 9th 2003, 6:36pm

Level 13

Das Teil wo man 4 Zahlen eingeben muss.

So ungefähr weiß ichs, bekomm uch immer toll die Page
"wrong ID - but you're on the right way..."

muss man da wirklich alle möglichkeiten durchgeen und raten oder ist da noch irgendwo nen hinweis versteckt?

bitte nicht zuviel verraten ...
  • Go to the top of the page

mOOOOOn

***maximalpigmentiert***

Date of registration: Feb 16th 2002

Posts: 754

Bike: nix

Location: NBG-Southcoast

43

Thursday, October 9th 2003, 6:46pm

coooooooooool ich hack dann mal microsoft!! ich bin so krass hacker dass ich erst bei nummer 2 keinen plan mehr hab!!

:rolleyes:
"I've missed more than 9000 shots in my career. I've lost almost 300 games. 26 times, I've been trusted to take the game winning shot and missed. I've failed over and over and over again in my life. And that is why I succeed."

MJ


"You can make a mistake and get caught in a submission, but Chuck made a mistake and he got caught in an ass whoopin'."

QJ
  • Go to the top of the page

Marco

Unregistered

44

Thursday, October 9th 2003, 6:52pm

ess deinen magerquark, mach deine trainingseinheit und halt den Rand, quotenschwarze wie du haben hier nix zu melden ts ts :daumen:
  • Go to the top of the page

mOOOOOn

***maximalpigmentiert***

Date of registration: Feb 16th 2002

Posts: 754

Bike: nix

Location: NBG-Southcoast

45

Thursday, October 9th 2003, 7:03pm

Quoted

Original von Marco
ess deinen magerquark, mach deine trainingseinheit und halt den Rand, quotenschwarze wie du haben hier nix zu melden ts ts :daumen:


ich glaub da will wer allein auf die kärwaaaaaaaaaaaaaaaa :D
"I've missed more than 9000 shots in my career. I've lost almost 300 games. 26 times, I've been trusted to take the game winning shot and missed. I've failed over and over and over again in my life. And that is why I succeed."

MJ


"You can make a mistake and get caught in a submission, but Chuck made a mistake and he got caught in an ass whoopin'."

QJ
  • Go to the top of the page

Rate this thread