Extreme GPU Bruteforcer is a professional solution for the recovery of passwords from hashes using GPU. The software supports hashes of the following types: MySQL, MySQL5, DES(Unix), MD4, MD5, MD5(Unix), MD5(APR), MD5(phpBB3), MD5(Wordpress), LM, NTLM, SHA-1 and many others. On modern graphics cards from NVIDIA that support the CUDA technology, the software demonstrates outstanding operation speed. For example, an average attack speed on NVIDIA GTS250 is 420 million passwords per second for MD5 hashes, 700 million passwords per second for MySQL hashes and 550 million passwords per second for NTLM hashes. The solution implements several unique attacks, including mask and dictionary attacks, which allow recovering even the strongest passwords incredibly fast. Utilizing the power of multiple graphics cards running simultaneously (supports up to 32 GPU), the software allows reaching incredible search speeds of billions of passwords per second!
The software recovers passwords from hashes of different types using GPU. That allows reaching outstanding attack speeds:
Hash Type Average Speed (when attacking one hash on NVIDIA GTS250)
MD5 420 million p/s
MySQL 700 million p/s
MD4 590 million p/s
NTLM 550 million p/s
SHA-1 105 million p/s
SHA-256 65 million p/s
SHA-256(md5($pass)) 45 million p/s
MySQL5 60 million p/s
LM 50 million p/s
Domain Cached Credentials 240 million p/s
md5(md5($pass)) 165 million p/s
md5(sha1($pass)) 70 million p/s
md5($pass.$salt) 175 million p/s
md5($salt.$pass) 230 million p/s
md5(md5($pass).$salt) 140 million p/s
md5(md5($salt).$pass) 225 million p/s
md5($salt.$pass.$salt) 235 million p/s
md5($salt.md5($pass)) 85 million p/s
md5(md5($salt).md5($pass)) 105 million p/s
md5(md5($pass).md5($salt)) 100 million p/s
md5($username.'\0'.$pass) 250 million p/s
sha1(md5($pass)) 66 million p/s
sha1($pass.$salt) 55 million p/s
sha1($username.$pass) 62 million p/s
sha1(strtolower($username).$pass) 62 million p/s
DES(Unix) 1.3 million p/s
MD5(Unix) 0.16 million p/s
MD5(APR) 0.16 million p/s
MD5(phpBB3) 0.2 million p/s
MD5(Wordpress) 0.05 million p/s
MD5_Half 410 million p/s
MD5_Middle 400 million p/s
MD5_Unicode 375 million p/s
RAdmin v2.x 210 million p/s
The number of salted hashes the software can handle simultaneously: 800; the number of unsalted hashes: unlimited.
To launch the program, pass the following command-line parameters to it:
1. Name of the INI file with attack settings. This parameter is not mandatory, since by default each EXE module uses the INI file with the name identical to the module name (for example, "MD5.exe" will use settings from the "MD5.ini" file available in the program setup file). However, you can create several INI files with different attack parameters and feed them to the program one after another.
2. Name of the text file with hashes. The format of hash lines to be observed: "one line = one hash". The program setup file includes evaluation files with hash samples. This parameter is mandatory.