BlameThePixel!

BTForum » Main BTP Stuff » BlameTheGeneralDiscussion » Hacking Test

Poll: how far did u get?
link...too...far....away... 2 users
level 1 3 users
level 2 5 users
level 3 0 users
level 4 2 users
level 5 0 users
level 6 0 users
level 7 0 users
better 4 users
finished (you must be a programmer) 2 users
Abstain 0 votes
(0 votes have been cast so far)Can't Vote While Logged Out!

Page: [1] [] [3] [] [5] [6]
[]SPAZ
Looking For Status
Send PM
Posts: 1285
Threads: 28
Money: £9.60 (D)
(+ Friend)
Not online within the last half an hour
ty.
06.07.03 00:14
Post #31
[WWW] [Hide Sig (10)] [Profile] [Quote]
[S]ReadMe
Absent
Send PM
Posts: 2820
Threads: 85
Money: £43.42 (D)
(+ Friend)
Not online within the last half an hour
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]
[G]CBWhiz
Guest
Level 8:

Quote:

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)
Not online within the last half an hour
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]
[S]Zogger!
Looking For Status
Send PM
Posts: 3954
Threads: 62
Money: £93.82 (D)
(+ Friend)
Not online within the last half an hour
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)
Not online within the last half an hour
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]
[G]CBWhiz
Guest
Grrr... I'd hardly call keeping it in a listable directopry hacking :D
07.07.03 04:44
Post #37
[Quote]
[G]CBWhiz
Guest
I'm now on lvl 14.

Lvl 13 Java is annoying, heres source...

Quote:

// 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]
[G]fada
Guest
arf can someone help me for newbie level 4 :)

Quote:
<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]
[G]zippeurfou
Statusless
Send PM
Posts:
Threads:
Money: £0.00 (D)
(+ Friend)
Not online within the last half an hour
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]
[S]Zogger!
Looking For Status
Send PM
Posts: 3954
Threads: 62
Money: £93.82 (D)
(+ Friend)
Not online within the last half an hour
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]
[G]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 :D). 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]
[S]Zogger!
Looking For Status
Send PM
Posts: 3954
Threads: 62
Money: £93.82 (D)
(+ Friend)
Not online within the last half an hour
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]
[S]ReadMe
Absent
Send PM
Posts: 2820
Threads: 85
Money: £43.42 (D)
(+ Friend)
Not online within the last half an hour
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]
[G]Guy
Guest
level 14 =( can't get past that annoying authorizer! grr.
08.07.03 14:41
Post #45
[Quote]
Page: [1] [] [3] [] [5] [6]

Post Reply

Jump To:


Your Comments:

Donate to BlameThePixel:
Donate to BTP Via PayPal


[22 Queries, Page Loaded in 0.741535 Seconds]

ShoutMeUp

Xmas Greetings from waka waka waka waka []Unvalidated EmailChristmasRiddle MERRY CHRISTMAS EVERYONE! []Spleet Except for Spleet. []TheAbdBoy Always bummin' a brother out. []Spleet Happy New Year everyone! But Spleet. []TheAbdBoy

Word Association

All

-10 Ago-

MiddleEastern []AlphaWolf camel [S]Bloopy toe []TheAbdBoy moose knuckle [S]Bloopy MeatLoaf []Spleet IdDoAnything4Lo ve []AlphaWolf rub n tug []TheAbdBoy tugboat []The Pope rope [S]Bloopy race []TheAbdBoy

-Latest-


Must be logged in to add new words

FictoLeague

You have to be logged in to vote...

Member Stats

Date: 06.05.24.
Members: 4731.
Latest: []Unvalidated Emailsdsakldsaldklasdsdsa
Active:
0 user(s)
1 guest(s)

On chat:
Lots of people

Files: 3330

Bloopy's Site
Get Firefox Get Opera Donate to BTP Via PayPal