| View previous topic :: View next topic |
| Author |
Message |
 Admin Joined: 09 Nov 2005 Posts: 7384

Location: Russia
|
Posted: Sat Dec 12, 2009 4:22 pm Post subject: v1.6 Release |
|
|
Extreme GPU Bruteforcer has been updated to version 1.6.
In the new version:
- Added support for MultiGPU, i.e. simultaneous use of all GPU cores for attack (maximum number of GPU - 16). To select the MultiGPU mode, use the existing CurrentDevice property, where, you can list the numbers of the GPU to be engaged, separating the values with comma. Examples of using MultiGPU: | Code: | CurrentDevice=1,2
CurrentDevice=1,4
CurrentDevice=2,3,4
CurrentDevice=1,2,5,6,7,8
And so on. | P.S. This record format will preserve the compatibility with all INI files created earlier and provide great flexibility for selecting GPU and adjusting the load to be put onto them.
In this mode, you can set individual StreamProcessors and PasswordsInThread values for each GPU, also listing them via a comma, like this: | Code: | CurrentDevice=1,2
StreamProcessors=112,96
PasswordsInThread=6000,2000 | or | Code: | CurrentDevice=1,2,3,4
StreamProcessors=128,128,128,64
PasswordsInThread=3000,3000,3000,100 | etc.
- Added new hashing module: LM.exe.
- Maximum number of salted hashes per attack increased to 512.
- Fixed the error that sometimes caused skipping passwords in the salted hashing modules.
- The GetDeviceInfo now displays the number of stream processors.
- Further expanded the FAQ section in the application description.
Download the new version: http://www.insidepro.com/download/egb.zip |
|
| Back to top |
|
 |
pizdec1 Joined: 08 Jun 2009 Posts: 11

Reputation: 2
|
Posted: Sun Dec 20, 2009 5:42 am Post subject: |
|
|
| can I use my egb 1.51 license file on this version? |
|
| Back to top |
|
 |
mastercracker Joined: 28 Feb 2007 Posts: 3261

Reputation: 1207
|
Posted: Sun Dec 20, 2009 7:51 am Post subject: |
|
|
| pizdec1 wrote: | | can I use my egb 1.51 license file on this version? | I am sure you can. Just transfer EGB.key file into the EGB 1.6 folder. |
|
| Back to top |
|
 |
 rolf Joined: 19 Sep 2007 Posts: 1080

Reputation: 309
|
Posted: Sun Dec 20, 2009 3:34 pm Post subject: |
|
|
| Or better yet, overwrite the executable files( MD5.exe , NTLM.exe etc) with new ones from archive. |
|
| Back to top |
|
 |
tictactux Joined: 10 Jan 2010 Posts: 7

Reputation: 1
|
Posted: Mon Jan 11, 2010 12:07 am Post subject: When would EGB support md5(unix)? |
|
|
Hi Guys;
I've got simple question, When would EGB support md5(unix)?
Sincerely... |
|
| Back to top |
|
 |
 Admin Joined: 09 Nov 2005 Posts: 7384

Location: Russia
|
Posted: Sun Jan 17, 2010 8:30 am Post subject: |
|
|
| tictactux wrote: | | I've got simple question, When would EGB support md5(unix)? | I may disappoint you, but this isn’t on my agenda... |
|
| Back to top |
|
 |
 Admin Joined: 09 Nov 2005 Posts: 7384

Location: Russia
|
Posted: Sun Jan 17, 2010 8:31 am Post subject: |
|
|
- Added new module MD5_Half.exe for working with incomplete MD5 hashes (cropped to the length of 8 bytes).
- In the sha1($username.$pass).exe module, the conversion of $username to lowercase has been removed; a new hashing module, sha1(strtolower($username).$pass).exe, has been added for parsing hashes from the SMF board. |
|
| Back to top |
|
 |
tictactux Joined: 10 Jan 2010 Posts: 7

Reputation: 1
|
Posted: Wed Jan 20, 2010 8:23 pm Post subject: |
|
|
| Admin wrote: | | tictactux wrote: | | I've got simple question, When would EGB support md5(unix)? | I may disappoint you, but this isn’t on my agenda... |
Hi;
May I ask that When would be it in your powerful agenda?
Thanks a lot... |
|
| Back to top |
|
 |
 Admin Joined: 09 Nov 2005 Posts: 7384

Location: Russia
|
Posted: Thu Jan 21, 2010 6:44 pm Post subject: |
|
|
On EGB - I do not have anything on the agenda, except maybe fixing bugs...
I am now totally in rewriting the core for PasswordsPro, and the first thing I am going to do is improving the performance on large hash lists. The new version will load a list of 1 million hashes within 2-3 seconds. Then would follow multithreading, etc. |
|
| Back to top |
|
 |
tictactux Joined: 10 Jan 2010 Posts: 7

Reputation: 1
|
Posted: Fri Jan 22, 2010 7:03 pm Post subject: |
|
|
| Admin wrote: | On EGB - I do not have anything on the agenda, except maybe fixing bugs...
I am now totally in rewriting the core for PasswordsPro, and the first thing I am going to do is improving the performance on large hash lists. The new version will load a list of 1 million hashes within 2-3 seconds. Then would follow multithreading, etc. |
Does that means you would not do your promise which you gave it to me 3months ago? |
|
| Back to top |
|
 |
 Admin Joined: 09 Nov 2005 Posts: 7384

Location: Russia
|
Posted: Fri Jan 22, 2010 9:28 pm Post subject: |
|
|
Unfortunately, no, I won't.
For the next few months all my plans are associated with PasswordsPro only. |
|
| Back to top |
|
 |
|