Page: [1] [2] [3] [4] [5] [6] |
SPAZ
Looking For Status Send PM Posts: 1285
Threads: 28 Money: £9.60 (D) (+ Friend)
|
ty.
|
06.07.03 00:14 Post #31 | [WWW] [Hide Sig (10)] [Profile] [Quote] |
ReadMe
Absent Send PM Posts: 2820
Threads: 85 Money: £43.42 (D) (+ Friend)
|
I'm fairly certain the applet can be decompiled but i dont have one and i can't seem to find a resonably easy to use one, maybe i'll ask a friend of mine who does Java or something.
________________
Cant be arsed to remake my sig. |
06.07.03 02:40 Post #32 | [Hide Sig (7)] [Profile] [Quote] |
CBWhiz
Guest
|
Level 8:
UserEingabe = window.prompt("password security level 8","");
document.location.href=UserEingabe + ".htm";
Correct me if I'm wrong, but there is no possible way of getting the password without guessing. Am I wrong?
|
06.07.03 23:03 Post #33 | [Quote] |
Quasi Qubit
ø Send PM Posts: 13
Threads: 0 WA Clan: RRp Money: £19.70 (D) (+ Friend)
|
Yes, you are wrong.
(plz try again)
________________
You know if you say "gulible" out loud reeeally slowly it sounds like the word elf? |
07.07.03 00:27 Post #34 | [Hide Sig (0)] [Profile] [Quote] |
Zogger!
Looking For Status Send PM Posts: 3954
Threads: 62 Money: £93.82 (D) (+ Friend)
|
heh, it's really obvious when you work it out
________________
You know I'm a dancing machine |
07.07.03 03:40 Post #35 | [Hide Sig (8)] [Profile] [Quote] |
Quasi Qubit
ø Send PM Posts: 13
Threads: 0 WA Clan: RRp Money: £19.70 (D) (+ Friend)
|
I got it now.
On to Level 14!
________________
You know if you say "gulible" out loud reeeally slowly it sounds like the word elf? |
07.07.03 04:33 Post #36 | [Hide Sig (0)] [Profile] [Quote] |
CBWhiz
Guest
|
Grrr... I'd hardly call keeping it in a listable directopry hacking
|
07.07.03 04:44 Post #37 | [Quote] |
CBWhiz
Guest
|
I'm now on lvl 14.
Lvl 13 Java is annoying, heres source...
// Decompiled by DJ v2.5.5.45 Copyright 2000 Atanas Neshkov Date: 7/6/2003 8:21:19 PM
// Home Page : http//members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: Pwd.java
import java.applet.Applet;
import java.applet.AppletContext;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.PrintStream;
import java.net.URL;
public class Pwd extends Applet
implements Runnable, ActionListener
{
public Pwd()
{
l = new Label("Passwort");
tf = new TextField();
li = new Button("Enter");
p = "event.Action";
}
public void actionPerformed(ActionEvent actionevent)
{
try
{
if(p.equals(tf.getText()))
getAppletContext().showDocument(new URL(getDocumentBase(), p + ".htm"), "_self");
else
getAppletContext().showDocument(new URL(getDocumentBase(), "button.htm"), "_self");
}
catch(Exception exception)
{
System.out.println(exception);
}
}
public void init()
{
Panel panel = new Panel();
setForeground(Color.black);
panel.setLayout(new BorderLayout(10, 10));
panel.setSize(200, 25);
panel.setLocation(0, 3);
panel.add(l, "West");
panel.add(tf, "Center");
setLayout(null);
add(panel);
li.setSize(100, 25);
li.setLocation(50, 70);
add(li);
li.addActionListener(this);
}
public void run()
{
}
public void start()
{
if(th == null)
{
th = new Thread(this);
th.start();
}
}
public void stop()
{
if(th != null)
{
th.interrupt();
th = null;
}
}
private Label l;
private TextField tf;
private Button li;
private Thread th;
private String p;
}
|
07.07.03 07:07 Post #38 | [Quote] |
fada
Guest
|
arf can someone help me for newbie level 4
<form name="a" action="javascript:check()">
<input type="password" name="c" maxlength="20" size="14"><p>
<input type="submit" value=" login ">
</form>
<script language=JavaScript>
{
var a=unescape("%43%4f%44%45%5a");
function check()
{
if (document.a.c.value == a)
{
document.location.href=" http://scifi.pages.at/hackits/"+document.a.c.value+".htm";
don't unbderstand what to do with "a"
|
07.07.03 14:19 Post #39 | [Quote] |
zippeurfou
Statusless Send PM Posts:
Threads: Money: £0.00 (D) (+ Friend)
|
level 9
arf can't find the pass
i've found that "The fact that there is always a prime between n and 2n was called Bertrand's conjecture and was proved by Chebyshev"
|
07.07.03 16:19 Post #40 | [Hide Sig (0)] [Profile] [Quote] |
Zogger!
Looking For Status Send PM Posts: 3954
Threads: 62 Money: £93.82 (D) (+ Friend)
|
heh, level 9 is quite funny when you know it.
And for the levels that require you to use some variable, like a, I found it was a good idea to make a new htm document and alert the value of the appropriate code, eg
alert(unescape("%43%4f%44%45%5a"));
________________
You know I'm a dancing machine |
07.07.03 22:21 Post #41 | [Hide Sig (8)] [Profile] [Quote] |
CBWhiz
Guest
|
Hey Zogger, about lvl 9 (the prime number between n and 2n one), how exactly are you supposed to find the code? I use Netscape so when I found the commented "n and 2n" code, i just switched to the debugger which showed diffrent code (of which the variable was named "lol", lol ). I assume that they check the referrer or somethign similiar. Is that true? (I already got past it, but I'm just curious)
|
07.07.03 22:46 Post #42 | [Quote] |
Zogger!
Looking For Status Send PM Posts: 3954
Threads: 62 Money: £93.82 (D) (+ Friend)
|
look again at <script src='www.whatever it is'> there isn't any referer cheking involved.
________________
You know I'm a dancing machine |
07.07.03 22:48 Post #43 | [Hide Sig (8)] [Profile] [Quote] |
ReadMe
Absent Send PM Posts: 2820
Threads: 85 Money: £43.42 (D) (+ Friend)
|
here's some help, 2 links for you.
Google 1
Google 2
________________
Cant be arsed to remake my sig. |
08.07.03 00:35 Post #44 | [Hide Sig (7)] [Profile] [Quote] |
Guy
Guest
|
level 14 =( can't get past that annoying authorizer! grr.
|
08.07.03 14:41 Post #45 | [Quote] |
Page: [1] [2] [3] [4] [5] [6] |
Your Comments: