HX3 Foren

HX3 Foren (https://hx3.de/)
-   Software- und Webentwicklung (https://hx3.de/software-webentwicklung-23/)
-   -   [Webtipp][HTML] Hack Wettbewerb (legal) (https://hx3.de/software-webentwicklung-23/webtipp-html-hack-wettbewerb-legal-7464/)

Lima 28.09.2003 12:47

Wer schaft es am weitesten? Und bitte nicht schummeln:

http://scifi.pages.at/hackits/

[UFoSS]Blood_Man 28.09.2003 13:13

da liest wohl jemand c´t ^^

Lima 28.09.2003 13:22

Zitat:

Originally posted by [UFoSS]Blood_Man@Sep 28 2003, 01:13 PM
da liest wohl jemand c´t ^^
:cool:

Atomic 28.09.2003 14:19

nice

bin bis level 8 gekommen
ab da kann man nämlich nur noch raten

Code:

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


<script language="JavaScript">
<!--

function SymError()
{
 &nbsp;return true;
}

window.onerror = SymError;

//-->
</script>

<script language=JavaScript>
 &nbsp;
UserEingabe = window.prompt("password security level 8","");
document.location.href=UserEingabe + ".htm";

// -->
</script>
 &nbsp;<script language="JavaScript1.2">
if (window.Event)
 &nbsp;document.captureEvents(Event.MOUSEUP);
function nocontextmenu() &nbsp;
{
 event.cancelBubble = true
 event.returnValue = false;
 
 return false;
}
function norightclick(e)
{
 if (window.Event)
 {
 &nbsp;if (e.which == 2 || e.which == 3)
 &nbsp; return false;
 }
 else
 &nbsp;if (event.button == 2 || event.button == 3)
 &nbsp;{
 &nbsp; event.cancelBubble = true
 &nbsp; event.returnValue = false;
 &nbsp; return false;
 &nbsp;}
}
 
document.oncontextmenu = nocontextmenu; &nbsp;
document.onmousedown = norightclick; &nbsp;
</script>
 &nbsp;</font></h1>
 &nbsp;</body>
</html>


anders^on 28.09.2003 17:33

Für alle, die mal legal ihre PHP, Java und C++ Kenntnisse auf Praxistauglichkeit testen wollen gibts noch Bright-Shadows.net.
Da gibts sogenannte Hackerchallenges, in denen man sich fleissig mit allen möglichen Sicherheitsvorkehrungen messen kann. Zum Beispiel Dateien cracken, PHP & Java Passwortanfragen umgehen, oder mit Stegano oder Krypthographie geschützte Dateien entschlüsseln. Sehr unerhaltsam, wenn man Zeit hat.

Kings Crown 06.12.2003 22:56

*im Forum gestöbert hat*
*diesen alten Thread gefunden hat*
*es mal probiert hat*
*nicht mehr weiterkommt*

Level 2 hab ich noch geschafft, aber hier (Level 3) komm ich net mehr weiter:


<html>
<head>
<meta name="robots" content="noindex,nofollow">
</head>
<body bgcolor="#000000" link="#235711"><center><font face="veranda" color="blue"><h1>CONGRATULATIONS!</h1>

Now you can sign the guestbook!</font>


[img]fedkling.gif[/img]




<font face="veranda" color="red">SECURITY LEVEL 3</font>



<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>


[img]enter.gif[/img]</p>
http://counter.digits.com/wc/-d/4/-h/zwei
</body>
</html>


65,66,67 is ja, soweit ich weiss bei Java "ABC" aber das nimmt er nicht, bin jetzt mit meinem Latein am Ende... Gebt mir nur nen ganz kleinen Tip :D

Atomic 07.12.2003 07:18

Du musst die Seite speichern. (Am besten direkt auf dem Desktop)
Dann musst du sie mit Notepat öffnen und sie etwas umschreiben so das sie dir das passwort ausgibt anstelle es zu überprüfen und an die angegebene seite zu surfen:

Code:

<html>
<head>
<meta name="robots" content="noindex,nofollow">
</head>
<body bgcolor="#000000" link="#235711"><center><font face="veranda" color="blue"><h1>CONGRATULATIONS!</h1><br><br>Now you can sign the guestbook!</font><br><br><br><a href="http://gb.webmart.de/guestbook.cfm?bookid=506411" target="_blank" onFocus="this.blur()"><img src="fedkling.gif" border=0></a><br><br><br><br><br><font face="veranda" color="red"><b>SECURITY LEVEL 3</b></font><br>


<script LANGUAGE="JavaScript">
function pw()
{
var d1;
d1=window.document.linkColor;
alert("Passwort:"+d1);
alert("Neue Seite:"+String.fromCharCode(65,66,67)+".htm");
}
</SCRIPT>
<p><a href="javascript:pw()" onFocus="this.blur()"><img src="enter.gif" border=0></a></p>
<img SRC="http://counter.digits.com/wc/-d/4/-h/zwei" ALIGN=middle
WIDTH=60 HEIGHT=20 BORDER=0 HSPACE=4 VSPACE=2>
</body>
</html>


Jens Bond 19.01.2004 16:10

*rofl* musst das nichts speicher und dir auch nix ausgeben lassen. Es recht wenn du einfach im Body die Linkkfarebecode rausholst :)

Atomic 20.01.2004 17:55

Zitat:

Originally posted by Jens Bond@Jan 19 2004, 06:10 PM
*rofl* musst das nichts speicher und dir auch nix ausgeben lassen. Es recht wenn du einfach im Body die Linkkfarebecode rausholst :)
Punkt für dich :cool:

Jens Bond 20.01.2004 21:15

=)


Aber um dich nicht bloß zu stellen auf deine Art und Weise würde es auch gehen!


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:48 Uhr.

Angetrieben durch vBulletin, Entwicklung von Philipp Dörner & Tobias


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119