Alliedassault

Alliedassault (alliedassault.us/index.php)
-   Offtopic (alliedassault.us/forumdisplay.php?f=13)
-   -   test your hacking skills (alliedassault.us/showthread.php?t=27238)

Bucknub 06-24-2003 12:12 AM

simo.. give us hints to #4, I dont even know where to start

CaP bUsTa 06-24-2003 12:12 AM

time for level 4 hints happy:

Cethin 06-24-2003 12:13 AM

Java.class > You all

Pyro 06-24-2003 12:13 AM

Quote:

Originally Posted by Cethin
Java.class > You all

thats all we have to know

Simo Häyhä 06-24-2003 12:14 AM

[code:33fc0]<!doctype html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>::[ www.try2hack.nl ]::</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="rating" content="general" />
<meta name="robots" content="noindex,nofollow" />
<meta name="url" content="http://www.try2hack.nl/" />
<meta name="document-state" content="static" />
<style type="text/css">
<!--
a, a:visited, a:active { color: #000000; text-decoration: underline }
a:hover { text-decoration: none }
body { margin: 0px 0px 0px 0px; font-family: courier new, monospace; font-size: 13px; color: #000000; text-decoration: none; background-color: #FFFFFF; }
table { border-collapse: collapse; }
img { border: 0px; }
-->
</style>
</head>
<body marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td rowspan="2" width="331" height="173">[img]../images/header.gif[/img]</td>
<td height="146" background="../images/header_repeat.gif">[img]../images/header_repeat.gif[/img]</td>
</tr>
<tr>
<td height="27" valign="top" nowrap>[NEWS] - [FAQ] - [RULES] - [CHAT] - [CREDITS] - [START!]</td>
</tr>
</table>



<table border="0" cellpadding="0" cellspacing="0" width="770">
<tr>
<td width="50" rowspan="3"></td>
<td width="720"><h1>LEVEL 4</h1></td>
</tr>
<tr>
<td width="720" colspan="2"></td>
</tr>
<tr>
<td width="720">
<table border="0" cellpadding="0" cellspacing="0" width="720">
<tr>
<td>

<applet code="PasswdLevel4.class" width="370" height="220"></applet>

</td>
</tr>
</table>



</td>
</tr>
</table>
</body>
</html>[/code:33fc0]


Hmmm i wonder whats in PasswdLevel4.class ??? type that into your browser and see what you get

CaP bUsTa 06-24-2003 12:19 AM

i get a download and when i open it in notepad there is no good info just more shit

Simo Häyhä 06-24-2003 12:22 AM

[quote="CaP bUsTa":65438]i get a download and when i open it in notepad there is no good info just more shit[/quote:65438]
get a java decompiler, makes the code clearer

Simo Häyhä 06-24-2003 12:26 AM

ftp://ftp.anu.edu.au/pub/pc/simtelnet/w ... dec355.zip
i used this one

CaP bUsTa 06-24-2003 12:33 AM

i opened it with that but didnt make it any clearer

Cethin 06-24-2003 12:35 AM

Coding > You

Simo Häyhä 06-24-2003 12:49 AM

hint level 4:
the password is in the .jad file (jad is the decrypted version of .class)
near the bottom..

Simo Häyhä 06-24-2003 12:51 AM

[code:30c19]public void init()
{
setLayout(null);
setSize(361, 191);
add(txtlogin);
txtlogin.setBounds(156, 72, 132, 24);
label1.setText("Please Enter Login Name & Password");
label1.setAlignment(1);
add(label1);
label1.setFont(new Font("Dialog", 1, 12));
label1.setBounds(41, 36, 280, 24);
label2.setText("Login");
add(label2);
label2.setFont(new Font("Dialog", 1, 12));
label2.setBounds(75, 72, 36, 24);
label3.setText("Password");
add(label3);
add(txtpass);
txtpass.setEchoChar('*');
txtpass.setBounds(156, 108, 132, 24);
lblstatus.setAlignment(1);
label3.setFont(new Font("Dialog", 1, 12));
label3.setBounds(75, 108, 57, 21);
add(lblstatus);
lblstatus.setFont(new Font("Dialog", 1, 12));
lblstatus.setBounds(14, 132, 344, 24);
ButOk.setLabel("OK");
add(ButOk);
ButOk.setFont(new Font("Dialog", 1, 12));
ButOk.setBounds(105, 156, 59, 23);
ButReset.setLabel("Reset");
add(ButReset);
ButReset.setFont(new Font("Dialog", 1, 12));
ButReset.setBounds(204, 156, 59, 23);
lbltitle.setAlignment(1);
add(lbltitle);
lbltitle.setFont(new Font("Dialog", 1, 12));
lbltitle.setBounds(12, 14, 336, 24);
String s = getParameter("title");
lbltitle.setText(s);
ButOk.addActionListener(this);
ButReset.addActionListener(this);
infile = new String("level4");
try
{
inURL = new URL(getCodeBase(), infile);
}
catch(MalformedURLException _ex)
{
getAppletContext().showStatus("Bad Counter URL:" + inURL);
}
inFile();
}

private URL finalurl;
String infile;
String inuser[];
int totno;
InputStream countConn;
BufferedReader countData;
URL inURL;
TextField txtlogin;
Label label1;
Label label2;
Label label3;
TextField txtpass;
Label lblstatus;
Button ButOk;
Button ButReset;
Label lbltitle;[/code:30c19]

anyone see any "" angel:

Cethin 06-24-2003 12:59 AM

I GOT IT!

MWHAHAAH!

Simo Häyhä 06-24-2003 01:00 AM

Quote:

Originally Posted by Cethin
I GOT IT!

MWHAHAAH!

good luck on level 5

Fireal 06-24-2003 03:55 AM

Im stuck on 3 cry:

When u say enter anything pyro, just type jibberish after /levels/?
Or doi post stuff of the link in the source?

elstatec 06-24-2003 06:41 AM

no its relevent tto what it is in the source....clue is theres a like tag thats fake...

but anyways im stuck on level 4, what do you mean in the .jad file at bottom of the .class file .......do you mean in the actual class file or does it have to open into a separate jad file?

Hollywood 06-24-2003 08:42 AM

Some hints for the upper levels:

http://www.ethereal.com

http://www.google.ca/search?q=baconian+encryption

On level 7, the only hint I will give you is you have to spoof the browser. Forget level 8 + 9, they are tough as hell.

BTW, try these noobs

http://www.slyfx.com/
http://www.caesum.com/
http://arcanum.co.nz/
http://www.hackquest.com/

06-24-2003 09:17 AM

I'm stuck on lvl two...

Simo Häyhä 06-24-2003 09:56 AM

im still on 6 but i know what to do, im pretty sure

06-24-2003 10:02 AM

Simo, little help on finding the username on lvl 2 plz?

Simo Häyhä 06-24-2003 10:10 AM

Quote:

Originally Posted by Quze
Simo, little help on finding the username on lvl 2 plz?

level2 is a flash file, which is stored on your temporary internet files. look for level2.swf and open it with notepad

Pyro 06-24-2003 10:29 AM

see is the JavaScript coding there is alot of things with " " in them...add that to after /levels/ and it will telly ou the pass to level 3.

and for level4...in the jad encryption thing....it's basiucally the same thing...but a different thing you put int he borwser

Simo Häyhä 06-24-2003 10:59 AM

Hint for level 5: http://www.lenshell.com go to the vb section and get their visual basic 3.0 decompiler..

level 6 is tricky. use the decompiler for this one too

hey hollywood for level 7 you need to telnet+ google http requests
and read the http headers

Hollywood 06-24-2003 11:10 AM

Yes, believe it or not messing around with telnet took me about 2 minutes to get in.

To start,

telnet
213.19.140.2

Enjoy

Simo Häyhä 06-24-2003 11:11 AM

Quote:

Originally Posted by Hollywood
Yes, believe it or not messing around with telnet took me about 2 minutes to get in.

To start,

telnet
213.19.140.2

Enjoy

yes im almost done with 7 happy:

Simo Häyhä 06-24-2003 11:15 AM

hmm that ip isnt working for me eek: gotta mess with my router now *sigh*

Hollywood 06-24-2003 11:18 AM

Hmmm,, it seems that since the last time I was there, some of the info has been changed (due to the lamers posting all of the answers on the net). I believe the IP is still the same, I'm checking now.

Hollywood 06-24-2003 11:20 AM

Nope the IP has now changed. Back to the drawing board.

06-24-2003 12:17 PM

this is like the fastest growing thread

Cethin 06-24-2003 12:19 PM

I want to be a leet hax0r :(

I'm up to level 5 but I gave up because the VB Decompiler is being a bitch to me

Hollywood 06-24-2003 12:50 PM

Just went through the site again, and the string "level4" is no longer on there. Unless the site is just down right now, can you guys confirm that the file is still there with the username/password? ex.. http://~/level4. Some of this has changed because of the answers being given away.

06-24-2003 12:54 PM

this game is unfun

Simo Häyhä 06-24-2003 01:19 PM

Quote:

Originally Posted by Germ
this game is unfun

you suck at the internet

Hollywood 06-24-2003 02:34 PM

Never mind, my IE is messed up. I couldn't view source straight from the page, so I had to clear my temp files, and it worked. Every level is exactly the same as before, it's just that the passwords are changed. Let me know if anyone needs help with the levels.

Hollywood 06-24-2003 03:26 PM

Here is the best hint you will get for level 5, I was feeling generous.

[img]http://www.landi.net/chris/level5.jpg[/img]

SoLiDUS 06-24-2003 10:11 PM

You want a REAL hacking challenge ? Something that will not only test your
knowledge of systems, OS's, programming and mathematics ? Come over
to the PYRAMID CHALLENGE if you DARE, n00bs.

http://www.netquiz.com.sg/pyramid/

I am a Geb, having passed late challenge 1 and moving on to lat 2,3 ... etc.

Bazooka_Joe 06-25-2003 09:35 AM

That try2hack webpage; the level 2 flash button is broke for me; I have the user/pass, but when I click it, it does nothing.

Simo Häyhä 06-25-2003 10:52 AM

[quote="Bazooka_Joe":d7f94]That try2hack webpage; the level 2 flash button is broke for me; I have the user/pass, but when I click it, it does nothing.[/quote:d7f94]
wrong password you have there. look for the .swf file in your internet temp folders and open it with notepad

Bazooka_Joe 06-25-2003 12:16 PM

[quote="Simo Häyhä":67b62][quote="Bazooka_Joe":67b62]That try2hack webpage; the level 2 flash button is broke for me; I have the user/pass, but when I click it, it does nothing.[/quote:67b62]
wrong password you have there. look for the .swf file in your internet temp folders and open it with notepad[/quote:67b62]

I got that one. _ _ _ _ _ _ _ _ / ir_ _ _ _ _ _ _ _

Each _ is a character. I got that from the .SWF, didn't work. Like I said, I press the button and it does nothing, it dosen't load any page or anything.

Hollywood 06-25-2003 12:45 PM

You have to include the "!" in the end of the password, it's part of it. Otherwise it will do nothing.


All times are GMT -6. The time now is 09:43 AM.

Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.