Do You Feel Annoyed, Angry and Want to Kill Someone?

palad

Golden Member
Jul 18, 2000
1,586
0
0
OK, I'm not the best at this sort of thing, I made it past the first screen, how do you get past the second screen with the Username, password, and authenticate button?
 

Elledan

Banned
Jul 24, 2000
8,880
0
0
Palad, not a clue, actually :) That's where I'm stuck right now :p

The processed password is "bepeh" and you must reverse it through this piece of code:

function encode (OrigString, CipherVal) {
Ref="0123456789abcdefghijklmnopqrstuvwxyz._~ABCDEFGHIJKLMNOPQRSTUVWXYZ"
CipherVal = parseInt(CipherVal)
var Temp=""
for (Count=0; Count < OrigString.length; Count++) {
var TempChar = OrigString.substring (Count, Count+1)
var Conv = cton(TempChar)
var Cipher=Conv^CipherVal
Cipher=ntoc(Cipher)
Temp += Cipher

Unfortunately, Javascript isn't my strongest point...

BTW the Username is &quot;fatal&quot;... look it up in the source ;)
 

palad

Golden Member
Jul 18, 2000
1,586
0
0
I got the user ID, but it's the password that's giving me problems as well. Any Java junkies here that can help?
 

palad

Golden Member
Jul 18, 2000
1,586
0
0
First: How'd you get past the Authentication screen? I know very little about Java, so any details you can explain would be helpful.

Second: Evidently, somebody didn't have too much trouble getting there.
 

Missus

Golden Member
Feb 15, 2000
1,452
0
0
No....

But I kill this thread like all the rest....

MMMUUUUWAAAAAHAHAHAHAH!!!
:p

Too bad there isn't a maniacal face...:(
 

Pyxis

Platinum Member
Jan 28, 2001
2,554
0
76
Sorry Missus, gotta keep this thread alive:)


How do you get past the authentication screen?
 

Elledan

Banned
Jul 24, 2000
8,880
0
0
<<Too bad there isn't a maniacal face..>>

No problem, we understand your intentions anyway ;)
 

Elledan

Banned
Jul 24, 2000
8,880
0
0
<<How do you get past the authentication screen? Is &quot;fatal&quot; the pass or the user name? >>

&quot;fatal&quot; is both the username and password.
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
What the hell is wrong with you guys!? If they can't figure it out on their own, they don't deserve to see the rest of the test!

Giving away the answers only ruins it for people who will, now, not learn how to do it, or ruin it for people who already know how but still want the challenge.

Damn. :|



well, anyway, I got passed the first authentication screen, but am having trouble finding the IP. I must be retarded or something in order to miss it. :(
 

dopcombo

Golden Member
Nov 14, 2000
1,394
0
0
I think what they are trying to say is that that page has been &quot;comprmised&quot; (think its just a fake hack so that they can test us)
and we are supposed to find out what the IP of the person who did it is.

argh... this is too difficult.
 

dopcombo

Golden Member
Nov 14, 2000
1,394
0
0
and i've got a class to go to now

argh!!! damn it. now i'll have to keep trying later
if someone figures it out, give a hint. but dun give it away
:)

just wondering if i have to run some other program to figure it out that's all
instead of just looking at the source code.
 

palad

Golden Member
Jul 18, 2000
1,586
0
0
If someone would print a tutorial for this site, I would really appreciate it. I don't know much about HTML coding at all (except the basics), and I think this would be an interesting way to learn some of the stuff you normally don't run across. I agree that giving out the answers isn't a good idea, but if anybody wanted to act the part of tour guide/teacher and help us newbies thru it...
 

MajesticMoose

Diamond Member
Nov 14, 2000
3,030
0
0
palad: I know next to nothing about HTML or java, but I'm to the IP part (found it, can't reverse it yet) just try things and look around. There are hints and some parts are somewhat obvious if you look close.

m00se