Alliedassault           
FAQ Calendar Search Today's Posts Mark Forums Read
Go Back   Alliedassault > Lounge > Offtopic
Reload this Page test your hacking skills
Offtopic Any topics not related to the games we cover. Doesn't mean this is a Spam-fest. Profanity is allowed, enter at your own risk.

Reply
 
Thread Tools Display Modes
Old
  (#91)
Simo Häyhä is Offline
Colonel
 
Simo Häyhä's Avatar
 
Posts: 8,177
Join Date: Dec 2002
Location: Ontario, New York
  Send a message via AIM to Simo Häyhä  
Default 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..


www.92bengals.com
It's like aa.com with more gay jokes.
  
Reply With Quote
Old
  (#92)
Simo Häyhä is Offline
Colonel
 
Simo Häyhä's Avatar
 
Posts: 8,177
Join Date: Dec 2002
Location: Ontario, New York
  Send a message via AIM to Simo Häyhä  
Default 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:


www.92bengals.com
It's like aa.com with more gay jokes.
  
Reply With Quote
Old
  (#93)
Cethin is Offline
Private 1st class
 
Posts: 232
Join Date: Jan 2002
Location: Hebron, CT, USA
  Send a message via AIM to Cethin  
Default 06-24-2003, 12:59 AM

I GOT IT!

MWHAHAAH!


  
Reply With Quote
Old
  (#94)
Simo Häyhä is Offline
Colonel
 
Simo Häyhä's Avatar
 
Posts: 8,177
Join Date: Dec 2002
Location: Ontario, New York
  Send a message via AIM to Simo Häyhä  
Default 06-24-2003, 01:00 AM

Quote:
Originally Posted by Cethin
I GOT IT!

MWHAHAAH!
good luck on level 5


www.92bengals.com
It's like aa.com with more gay jokes.
  
Reply With Quote
Old
  (#95)
Fireal is Offline
Senior Member
 
Posts: 6,541
Join Date: Feb 2003
  Send a message via MSN to Fireal  
Default 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?
  
Reply With Quote
Old
  (#96)
elstatec is Offline
Colonel
 
elstatec's Avatar
 
Posts: 9,369
Join Date: Jun 2003
Location: United States of England
   
Default 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?


  
Reply With Quote
Old
  (#97)
Hollywood is Offline
Senior Member
 
Posts: 1,565
Join Date: Aug 2002
Location: "I have never let my schooling interfere with my education"
   
Default 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/
  
Reply With Quote
Old
  (#98)
Guest
 
Posts: n/a
   
Default 06-24-2003, 09:17 AM

I'm stuck on lvl two...
  
Reply With Quote
Old
  (#99)
Simo Häyhä is Offline
Colonel
 
Simo Häyhä's Avatar
 
Posts: 8,177
Join Date: Dec 2002
Location: Ontario, New York
  Send a message via AIM to Simo Häyhä  
Default 06-24-2003, 09:56 AM

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


www.92bengals.com
It's like aa.com with more gay jokes.
  
Reply With Quote
Old
  (#100)
Guest
 
Posts: n/a
   
Default 06-24-2003, 10:02 AM

Simo, little help on finding the username on lvl 2 plz?
  
Reply With Quote
Old
  (#101)
Simo Häyhä is Offline
Colonel
 
Simo Häyhä's Avatar
 
Posts: 8,177
Join Date: Dec 2002
Location: Ontario, New York
  Send a message via AIM to Simo Häyhä  
Default 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


www.92bengals.com
It's like aa.com with more gay jokes.
  
Reply With Quote
Old
  (#102)
Pyro is Offline
Chief of Staff General
 
Pyro's Avatar
 
Posts: 20,691
Join Date: Apr 2002
Location: Brampton Ontario Canada
  Send a message via AIM to Pyro Send a message via MSN to Pyro  
Default 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


  
Reply With Quote
Old
  (#103)
Simo Häyhä is Offline
Colonel
 
Simo Häyhä's Avatar
 
Posts: 8,177
Join Date: Dec 2002
Location: Ontario, New York
  Send a message via AIM to Simo Häyhä  
Default 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


www.92bengals.com
It's like aa.com with more gay jokes.
  
Reply With Quote
Old
  (#104)
Hollywood is Offline
Senior Member
 
Posts: 1,565
Join Date: Aug 2002
Location: "I have never let my schooling interfere with my education"
   
Default 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
  
Reply With Quote
Old
  (#105)
Simo Häyhä is Offline
Colonel
 
Simo Häyhä's Avatar
 
Posts: 8,177
Join Date: Dec 2002
Location: Ontario, New York
  Send a message via AIM to Simo Häyhä  
Default 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:


www.92bengals.com
It's like aa.com with more gay jokes.
  
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



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