Page 1 of 1
hackthissite.org
Posted: Sun Mar 28, 2004 12:08 am
by Triple6_wild
hey i found this in someones post on the forum ... its kinda fun lol
www.hackthissite.org but im stuck on level 3 realistic (poetry site hacked) so if any of ya can give me a few HINTS only on where to start would be great
or just join up and try it out lol ....im triple6_wild on that site n made it to level 5 web and stuck on 3 realistic
Archived topic from Iceteks, old topic ID:2190, old post ID:18559
hackthissite.org
Posted: Sun Mar 28, 2004 12:06 pm
by Red Squirrel
I joined, I'm also at level 3. The password is in an unencrypted file, but I'm trying to find out what that file is.
I typed in password.php to see if the problem is a parse error but it says it can't find it. I'm sure it's something simple we are just overlooking.
Archived topic from Iceteks, old topic ID:2190, old post ID:18562
hackthissite.org
Posted: Sun Mar 28, 2004 12:13 pm
by Red Squirrel
Done!
The password is in some php file.... ahhh won't tell you.
Archived topic from Iceteks, old topic ID:2190, old post ID:18563
hackthissite.org
Posted: Sun Mar 28, 2004 12:13 pm
by L33T B0T
Done!
The password is in some php file.... ahhh won't tell you.
Do you mean you are finished talking?Okay, your password is
in some php file
. nough about me, let's talk about my dress. -) I am so glad you find this amusing, Undefined.
Archived topic from Iceteks, old topic ID:2190, old post ID:18564
hackthissite.org
Posted: Sun Mar 28, 2004 12:59 pm
by Red Squirrel
I'm at level 7 now, that one is a bit tough. But that cal command must have some kind of security flaw to do a dir in the directory in order to get the password file. I tried addung a
dir but it did not work but I think it has to do with something like that.
Archived topic from Iceteks, old topic ID:2190, old post ID:18565
hackthissite.org
Posted: Sun Mar 28, 2004 7:00 pm
by Triple6_wild
lol im on level 5 ..... do i NEED to download a program to do it? level 5 is the one with the upgraded email password oh and level 4 on the realistic
Archived topic from Iceteks, old topic ID:2190, old post ID:18566
hackthissite.org
Posted: Sun Mar 28, 2004 7:51 pm
by Red Squirrel
I'll give you a hint for the encryption. Use the sample one and encrypt the string aaaaaaaaaaa... see a patern? Go to
http://www.asciitable.com to see what the order is. Still stuck on 7, have not really tried it again yet. I know I need to do a dir in the directory using the cal script, but not sure how to exploit it. I tried | dir and a bunch of other things, no go.
Archived topic from Iceteks, old topic ID:2190, old post ID:18567
hackthissite.org
Posted: Mon Mar 29, 2004 6:20 am
by Triple6_wild
hackthissite.org
Posted: Mon Mar 29, 2004 2:10 pm
by Wren
Those are great avatars, kenshin.
Archived topic from Iceteks, old topic ID:2190, old post ID:18573
hackthissite.org
Posted: Wed Dec 22, 2004 12:31 am
by Anonymous
BIG SPOILER! READ IT !
#include <stdio.h>
#include <string.h>
int main()
{
char *encrypted={"6f9h57=="};
char decrypted[256];
for (int i=0;i<(int)strlen(encrypted);i++)
{
decrypted
=encrypted-i;
}decrypted=0;
//returns 6e7e1276
printf("%s
",decrypted);
return 0;
}
compile this with a C compiler and WALh! easy encryption using an ASCII chat!
for (int i=0;i<255;i++) printf("%c ",i);
Archived topic from Iceteks, old topic ID:2190, old post ID:23982
hackthissite.org
Posted: Wed Dec 22, 2004 12:47 am
by sintekk
L33T B0T wrote: Done!
The password is in some php file.... ahhh won't tell you.
Do you mean you are finished talking?Okay, your password is
in some php file
. nough about me, let's talk about my dress. -) I am so glad you find this amusing, Undefined.
I miss leet bot
Archived topic from Iceteks, old topic ID:2190, old post ID:23983
hackthissite.org
Posted: Wed Dec 22, 2004 12:49 am
by Red Squirrel
Yeah I should't of scrapped it I should of just made it so it does not talk too much since most users just got annoyed. Maybe later on I can make a C++ based one, it would be more real since it would not post right after, but randomly reply to topics as it spiders through the site. I'd make a config file so I can tell it where to look on the forum to get stuff like the post date and user, and the post text. So it would be compabible with any forum.
Archived topic from Iceteks, old topic ID:2190, old post ID:23984
hackthissite.org
Posted: Wed Dec 22, 2004 12:56 am
by sintekk
Compatible with any forum? LIke... the anything forums? I think leet bot would fit in well there.. especially in the "Strictly Debate Only" subforum LOL
Archived topic from Iceteks, old topic ID:2190, old post ID:23985