RF Generation Message Board

Other => Idle Chatter => Topic started by: Izret101 on June 08, 2007, 08:42:18 PM



Title: Test your hacking skills
Post by: Izret101 on June 08, 2007, 08:42:18 PM
Intersting to say the least.

http://www.hackertest.net

It starts off easy but gets hard quickly.
At least for me...

There are supposed to be 100 levels i think it would be cool to get thru them all.
ANyone else interested in trying their hand at it.

Maybe as a collective effort we could get throught them :)

I just did a quick run thru figured out level 6 and i am on level 7.

Apparently i am just a tiny bit better at this than i gave myself credit for :)

EDIT
Spoilers don't work anymore....

EDIT
UNFORGIVINGs microtext idea:

1->2. null
2->3. l3l
3->4. #000000
4->6  SAvE-as hELpS a lOt(FOR SOME REASON I NEVER SEE LEVEL 5) {Also i couldn't solve this on my own.}
6->7  hackertestz
7->8  UN: phat PW: jerkybar3
8->


Title: Re: Test your hacking skills
Post by: UNFORGIVINGPAIN on June 08, 2007, 09:57:27 PM
I can't hack it.  :(
I'm stuck on level 4 "Congratulations! Next level...Click here." I'm just too tired to get it right now. I will try again soon.




Title: Re: Test your hacking skills
Post by: Izret101 on June 08, 2007, 10:08:26 PM
I was unable to make it past level 8.

I am probably going to put the answers to the ones i solved in my first post with sites spoiler coding :)


Title: Re: Test your hacking skills
Post by: Tynstar on June 08, 2007, 10:13:01 PM
I didnt pass the password.


Title: Re: Test your hacking skills
Post by: UNFORGIVINGPAIN on June 08, 2007, 10:31:56 PM
Spoilers don't work anymore....
You could do something like this.

Answers are in micro text.
1. put answer one here
2. put answer two here
3. put answer three here



I had to search for help on level 4. I found the first four levels explained very well in the last post on this page. (http://www.egn.com.au/forums/index.php?s=2807eae0c530a2ade184f524d412948b&showtopic=6416&st=15&p=76829&#entry76829)


Title: Re: Test your hacking skills
Post by: Izret101 on June 09, 2007, 08:28:37 AM
Yea either way i am still stuck on stage 8 :-/


Title: Re: Test your hacking skills
Post by: ganonbanned on June 09, 2007, 08:47:57 AM
my friend got to stage 10


Title: Re: Test your hacking skills
Post by: Izret101 on June 09, 2007, 08:54:46 AM
great i would love pointers on getting past 8 and probably 9 when i get to try it out.


Title: Re: Test your hacking skills
Post by: Hydrobond on June 09, 2007, 09:23:53 AM
I'll have to try this later this week....  The best part is when they start using Flash.


Title: Re: Test your hacking skills
Post by: captain_nintendo on June 09, 2007, 11:00:43 AM
Made it to level 3, and I was like.... :-\



Title: Re: Test your hacking skills
Post by: UNFORGIVINGPAIN on June 09, 2007, 12:31:28 PM
my friend got to stage 10
Well my friend got to stage 15. So my friend must be cooler than your friend.


Title: Re: Test your hacking skills
Post by: Izret101 on June 09, 2007, 07:07:45 PM
Well both of your friends can give us some insite.

Please children stop the virtual pissing match.

Though to be fair only gannon was doing it and UNFORGIVING. was being... well unforgiving :)

Oh and i am going to do the micro text thing...


Title: Re: Test your hacking skills
Post by: OatBob on June 09, 2007, 07:38:18 PM
I'll have to give this one a stab later.  I've tried a couple of these before.

My favorite is http://isatcis.com (http://isatcis.com/)

At starfleet I've gotten to either 8 or 9 of the 12.

The one that got me stuck I couldn't figure out without using a brute force attack, which would have been considered cheating for that particular one.


Title: Re: Test your hacking skills
Post by: Izret101 on June 09, 2007, 07:51:29 PM
i changed the link.

This one is the original has actually been completed and is lacking in bugs that the other one has.

I changed the only password that was different so far.


Title: Re: Test your hacking skills
Post by: Izret101 on June 09, 2007, 07:53:17 PM
I don't have photoshop on this PC i can't get past the 8th stage :-/
Http://www.hackertest.net/images/phat.ps

someone want to get the username and password for me :)


Title: Re: Test your hacking skills
Post by: Tondog on June 10, 2007, 12:29:19 AM
Damned hackers. Stop breaking into people's stuff.


Title: Re: Test your hacking skills
Post by: Tynstar on June 11, 2007, 11:58:14 AM
How did you figure out stage 1 password?


Title: Re: Test your hacking skills
Post by: Izret101 on June 11, 2007, 09:44:59 PM
All passwords are found hidden in the page source or a link to them hidden in the page source.(that i have seen anyways.)

The code for the first password is this

Code:
<script language=JavaScript>
{
var a="null";
function check()
{
if (document.a.c.value == a)
{
document.location.href="http://www.hackertest.net/"+document.a.c.value+".htm";
}
else
{
alert ("Try again");
}
}
}
</script>


Title: Re: Test your hacking skills
Post by: Tynstar on June 11, 2007, 10:04:45 PM
Thanks