Author Topic: SMF 1.1.8 pass cracking  (Read 8193 times)

0 Members and 1 Guest are viewing this topic.

Offline hacker@sr.gov.yu

  • VIP
  • Peasant
  • *
  • Posts: 142
  • Cookies: 25
  • Tools don't make hackers, hackers make tools!
    • View Profile
SMF 1.1.8 pass cracking
« on: April 06, 2011, 07:21:39 pm »
Ok, does somebody know now SMF 1.1.8 stores passwords? I have the pass hash and the salt. What is the easiest way to crack it? :)

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: SMF 1.1.8 pass cracking
« Reply #1 on: April 06, 2011, 07:44:30 pm »
SMF 2.0++ uses: sha1(strtolower($username).$pass)

Anything under 2.0 and above 1.0 or 1.5 uses either md5(md5(pass).salt) or md5(pass.salt). Cant remember
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline hacker@sr.gov.yu

  • VIP
  • Peasant
  • *
  • Posts: 142
  • Cookies: 25
  • Tools don't make hackers, hackers make tools!
    • View Profile
Re: SMF 1.1.8 pass cracking
« Reply #2 on: April 06, 2011, 07:49:42 pm »
Will see... Anyways example is this:

hash:salt
Code: [Select]
151c4e17ea3cc3d5f48bc464826412a797d20db6:f11e
« Last Edit: April 06, 2011, 07:50:16 pm by hacker@sr.gov.yu »

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: SMF 1.1.8 pass cracking
« Reply #3 on: April 06, 2011, 08:23:16 pm »
Just checked a 1.1.13 board, it also uses sha1(strtolower(username).pass). But im pretty sure 1.1.8 uses another one
« Last Edit: April 06, 2011, 08:23:49 pm by ande »
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline hacker@sr.gov.yu

  • VIP
  • Peasant
  • *
  • Posts: 142
  • Cookies: 25
  • Tools don't make hackers, hackers make tools!
    • View Profile
Re: SMF 1.1.8 pass cracking
« Reply #4 on: April 06, 2011, 08:51:48 pm »
www.md5decrypter.co.uk gives me a error:
Code: [Select]
151c4e17ea3cc3d5f48bc464826412a797d20db6 [Invalid]
bump...

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: SMF 1.1.8 pass cracking
« Reply #5 on: April 06, 2011, 11:23:51 pm »
www.md5decrypter.co.uk gives me a error:
Code: [Select]
151c4e17ea3cc3d5f48bc464826412a797d20db6 [Invalid]
bump...

That would be a SHA1. Maybe they use the new password algorithm. Got a username?
« Last Edit: April 06, 2011, 11:25:06 pm by ande »
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline I_Learning_I

  • Knight
  • **
  • Posts: 267
  • Cookies: 26
  • Nor black or white, not even grey. What hat am I?
    • View Profile
    • Hacking F0r Fr33
Re: SMF 1.1.8 pass cracking
« Reply #6 on: April 07, 2011, 11:10:24 am »
SMF 1.1.x encryption algorithm:

sha1($username.$pass);

Here's something that might be handy.

Thanks for reading,
I_Learning_I

Offline Crimson

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
Re: SMF 1.1.8 pass cracking
« Reply #7 on: April 07, 2011, 11:28:31 am »
Use PasswordPRO from http://www.insidepro.com/

Probably best way for dictionary attacks


Offline I_Learning_I

  • Knight
  • **
  • Posts: 267
  • Cookies: 26
  • Nor black or white, not even grey. What hat am I?
    • View Profile
    • Hacking F0r Fr33
Re: SMF 1.1.8 pass cracking
« Reply #8 on: April 07, 2011, 01:26:19 pm »
I wouldn't advice you to use it, I've been looking for Extreme GPU Bruteforcer for months, because of the advertise, and to be honest, it was... a shit when I tried it out, of course this was months ago.

When you compare to oclHashCat it's really bad, the performance of both programs is similar, but Extreme GPU Bruterforcer won't give you the possibility to run at lower performance it will always run at maximum speed, while oclhashCat can run at lower speeds so your computer can crack and not be useless for hours, I've cracked at 200M/s (if I recall correctly) and the computer was running smoothly.

Of course there have been new versions for Extreme GPU Bruteforcer, so it might be better, I noticed they have a lot of new algorithms, might as well try it out.

And never mind CPU cracking, that's history, we're on GPU time.
All you need is a ATI HD or a nVidia 8000+. ( To support CUDA)

In case you're interested in GPU cracking here's the link for Extreme GPU Bruteforcer (Not Tested.):

CHiLi Cracked version:
Code: [Select]
http://hotfile.com/dl/102019933/dbc1a2c/InsidePro.Extreme.GPU.Bruteforcer.v1.8.1.Cracked.zip.html

http://www.filesonic.com/file/75386086/InsidePro.Extreme.GPU.Bruteforcer.v1.8.1.Cracked.zip

OR
iOTA version

Code: [Select]
http://hotfile.com/dl/102019766/a916fa4/Extreme.GPU.Bruteforcer.v1.8.1.incl.keyfile.zip.html

http://www.filesonic.com/file/75387521/Extreme.GPU.Bruteforcer.v1.8.1.incl.keyfile.zip


Source:
Code: [Select]
http://tehparadox.com/forum/f51/insidepro-extreme-gpu-bruteforcer-1-8-1-a-1773499/

Good luck with your cracking ;)
« Last Edit: April 07, 2011, 01:34:17 pm by I_Learning_I »
Thanks for reading,
I_Learning_I

Offline hacker@sr.gov.yu

  • VIP
  • Peasant
  • *
  • Posts: 142
  • Cookies: 25
  • Tools don't make hackers, hackers make tools!
    • View Profile
Re: SMF 1.1.8 pass cracking
« Reply #9 on: April 08, 2011, 07:18:56 pm »
Tnanks guys, I have the username :-*
Another question, what type of hash are these two?

Code: [Select]
atFWhLk.Pb7jo
Code: [Select]
at72cF3lATjTQ

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: SMF 1.1.8 pass cracking
« Reply #10 on: April 08, 2011, 08:54:29 pm »
Tnanks guys, I have the username :-*
Another question, what type of hash are these two?

Code: [Select]
atFWhLk.Pb7jo
Code: [Select]
at72cF3lATjTQ

DES maybe

http://www.insidepro.com/hashes.php?lang=eng ;)
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline I_Learning_I

  • Knight
  • **
  • Posts: 267
  • Cookies: 26
  • Nor black or white, not even grey. What hat am I?
    • View Profile
    • Hacking F0r Fr33
Re: SMF 1.1.8 pass cracking
« Reply #11 on: April 08, 2011, 09:53:33 pm »
It can also be NT SAM has for what I've found, although that's highly unlikely.
Thanks for reading,
I_Learning_I

Offline hacker@sr.gov.yu

  • VIP
  • Peasant
  • *
  • Posts: 142
  • Cookies: 25
  • Tools don't make hackers, hackers make tools!
    • View Profile
Re: SMF 1.1.8 pass cracking
« Reply #12 on: April 08, 2011, 10:21:29 pm »
Thanks again guys ;-)