Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Xiong Zhuang on June 05, 2011, 03:24:31 PM



Title: can anyone tell me what is this code means?
Post by: Xiong Zhuang on June 05, 2011, 03:24:31 PM
http://www.glitcheaven.com/paste/?show=33

It is very important for me, I am tracing a scam. Please help me.


Title: Re: can anyone tell me what is this code means?
Post by: PIO on June 05, 2011, 03:25:25 PM
Usernames + some kind of hash??????????????


Title: Re: can anyone tell me what is this code means?
Post by: crash893 on June 05, 2011, 03:30:36 PM
the password seems to be hashed with a salt

witch basically means that your not going to reverse engineer what the password is.

if you wanted to figure it out in theory you would have to have a known password and then see what the salt is Hash(password+salt) = the answer




Title: Re: can anyone tell me what is this code means?
Post by: Xiong Zhuang on June 05, 2011, 03:35:50 PM
the password seems to be hashed with a salt

witch basically means that your not going to reverse engineer what the password is.

if you wanted to figure it out in theory you would have to have a known password and then see what the salt is Hash(password+salt) = the answer



Thanks for you answer, but I have a question:
For example the line 7:
Admin:c752ce49e7b6d62ca576d6951f155a6b:-rFR'';3EPpgJYlb`,TN.)#)6hXn9{, ImmidsBiamY:198dc22576304ee4a008add15797f957:XY2x&:u7="@/y98^3++#Qe=RIskK:2,
The word ImmidsBiamY is not any hashed code, so what is it?


Title: Re: can anyone tell me what is this code means?
Post by: Xiong Zhuang on June 05, 2011, 03:59:46 PM
the password seems to be hashed with a salt

witch basically means that your not going to reverse engineer what the password is.

if you wanted to figure it out in theory you would have to have a known password and then see what the salt is Hash(password+salt) = the answer



Thanks for you answer, but I have a question:
For example the line 7:
Admin:c752ce49e7b6d62ca576d6951f155a6b:-rFR'';3EPpgJYlb`,TN.)#)6hXn9{, ImmidsBiamY:198dc22576304ee4a008add15797f957:XY2x&:u7="@/y98^3++#Qe=RIskK:2,
The word ImmidsBiamY is not any hashed code, so what is it?

I get it, it just another username.


Title: Re: can anyone tell me what is this code means?
Post by: eof on June 05, 2011, 04:58:05 PM
the hashes are probably md5'd passwords, then the random characters after the colon could be user specific salts for the password hashes


Title: Re: can anyone tell me what is this code means?
Post by: Xiong Zhuang on June 05, 2011, 05:02:06 PM
the hashes are probably md5'd passwords, then the random characters after the colon could be user specific salts for the password hashes

So it not possible to crack it. Sigh.


Title: Re: can anyone tell me what is this code means?
Post by: eof on June 05, 2011, 05:04:51 PM
if you don't think the users used strong passwords you could still take a whack at it if you've got access to a couple gpus; but if they used good passwords then basically no, you can't.


Title: Re: can anyone tell me what is this code means?
Post by: eof on June 05, 2011, 05:05:35 PM
but, if i am wrong about the per-user salts, (it was just a guess) then you could attack with rainbow tables.


Title: Re: can anyone tell me what is this code means?
Post by: RodeoX on June 05, 2011, 08:50:04 PM
Just for verification i checked, the hashy looking string is not an Md5 of the username.


Title: Re: can anyone tell me what is this code means?
Post by: Maged on June 05, 2011, 09:45:52 PM
Found the hacked site:
http://money-forum.org/

Anyone wanna alert them? I'd suggest doing so behind Tor, less they think you were the hacker.


Title: Re: can anyone tell me what is this code means?
Post by: crash893 on June 06, 2011, 02:52:27 PM
you could try to run a rainbow table on the hash to see if anything comes up but to be honest its just a shot in the dark.