Ben nu in level 8:
Code is:
HTML:
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
| <html><body bgcolor="#000000" text="red">
<br><br><br><center><h1>SECURITY LEVEL 8</h1><br>
<br>[img]"tactic.jpg"[/img]</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> |
Pagina waarna gelinkt wordt moet hier worden ingegeven als password.
Is er een manier om hier achter te komen, behalve raden?
[
Voor 40% gewijzigd door
Digihelp ® op 17-05-2003 12:45
]