Page 2 of 2

Re: 0.80 Alpha 3: SHA1, MD4, MSSQL, GUI. Mac SUPPORT!

PostPosted: Sat Dec 04, 2010 6:02 pm
by Railgun
Results on MacBook Pro:
- GPU 0: NVIDIA GeForce 9600M GT PCIe 512 MB
- GPU 1: NVIDIA GeForce 9400M PCI 256 MB

Options: ./CUDA-Multiforcer -h NTLM -f test_hashes/Hashes-NTLM-Numeric.txt --min=1 --max=8 -c charsets/charset-all-multi --threads 256 --blocks 256 -m 300

Code: Select all
+------------------------------------------------------------------------------+
|'p' to pause          Cryptohaze Multiforcer 0.80 ALPHA3          'q' to quit |
|                                                                              |
|Hash type     :      NTLM |      Passwords Found      |                       |
|Current PW len:         5 |                           |  0: GPU: 94.17M/s     |
|Total hashes  :        22 |  1234                     |  1: GPU: 40.31M/s     |
|Cracked hashes:         8 |  4444                     |                       |
|Total time    : 00:00:12  |  333                      |                       |
|WUs: 0/2 (0.0%)           |  123                      |                       |
|--------------------------|  22                       |                       |
| Thread 1 mem loaded      |  12                       |                       |
| Thread 0 mem loaded      |  0                        |                       |
| Creating 2 threads       |  1                        |                       |
| Starting pw len 5        |                           |                       |
| Starting pw len 5        |                           |                       |
| Threads joined           |                           |                       |
| Td 0: out of WU.         |                           |                       |
| Td 1: out of WU.         |                           |                       |
| Thread 1 mem loaded      |                           |                       |
| Thread 0 mem loaded      |                           |                       |
| Creating 2 threads       |                           |                       |
| Starting pw len 4        |                           |                       |
| Starting pw len 4        |                           | TOTAL  : 134.49M/s    |
+------------------------------------------------------------------------------+



Really nice results for a laptop. All I need now is DES support (hint hint :D).

Thanks again Bitweasil - much appreciated.

Railgun.

Re: 0.80 Alpha 3: SHA1, MD4, MSSQL, GUI. Mac SUPPORT!

PostPosted: Sat Dec 04, 2010 9:34 pm
by Bitweasil
Railgun wrote:Really nice results for a laptop. All I need now is DES support (hint hint :D).

Thanks again Bitweasil - much appreciated.

Railgun.


Glad to hear it. *jingles the donation button* :)

I'll also be adding some CPU support here soon, which should crank those numbers up even higher on laptops.

Working on DES in the next few weeks. I've got some travel that will give me plenty of time to think and implement. :)

Re: 0.80 Alpha 3: SHA1, MD4, MSSQL, GUI. Mac SUPPORT!

PostPosted: Sun Dec 05, 2010 1:54 am
by Picch
Reinstalled the OS X Cuda Driver and Developer Kit and all is well.

./CUDA-Multiforcer -h NTLM -f test_hashes/Hashes-NTLM-Numeric.txt --min=1 --max=8 -c charsets/charset-all-multi --threads 256 --blocks 256 -m 300

Code: Select all
+------------------------------------------------------------------------------+
|'p' to pause          Cryptohaze Multiforcer 0.80 ALPHA3          'q' to quit |
|                                                                              |
|Hash type     :      NTLM |      Passwords Found      |                       |
|Current PW len:         5 |                           |  0: GPU: 121.39M/s    |
|Total hashes  :        22 |  12345                    |                       |
|Cracked hashes:        10 |  55555                    |                       |
|Total time    : 00:00:40  |  1234                     |                       |
|WUs: 1/2 (50.0%)          |  4444                     |                       |
|--------------------------|  333                      |                       |
| Thread 0 mem loaded      |  123                      |                       |
| Creating 1 threads       |  22                       |                       |
| Starting pw len 5        |  12                       |                       |
| Starting pw len 5        |  0                        |                       |
| Threads joined           |  1                        |                       |
| Td 0: out of WU.         |                           |                       |
| Thread 0 mem loaded      |                           |                       |
| Creating 1 threads       |                           |                       |
| Starting pw len 4        |                           |                       |
| Starting pw len 4        |                           |                       |
| Threads joined           |                           |                       |
| Td 0: out of WU.         |                           |                       |
| Thread 0 mem loaded      |                           | TOTAL  : 121.39M/s    |
+------------------------------------------------------------------------------+

Re: 0.80 Alpha 3: SHA1, MD4, MSSQL, GUI. Mac SUPPORT!

PostPosted: Sun Dec 05, 2010 2:03 am
by Bitweasil
Picch wrote:Reinstalled the OS X Cuda Driver and Developer Kit and all is well.


Alright, I must be missing a library. I'll see what I have in 0.72 vs the 0.80 and fix whatever's missing.

Thanks for the bug report!