CudaDBCracker 是一款数据库密码暴力破解工具,支持NVIDIA 的CUDA框架。CudaDBCracker 支持的数据库hash包括Oracle 11g和Microsoft SQL Server。
CudaDBCracker的主要特点:
    * Cracking multiple password hashes (max. 999)
    * Session handling (cracking can be interrupted and continued later)
    * Logging cracked password
    * Optional character set selection
工具下载:http://marcellmajor.com/cudadbcracker_binaries.zip
                    http://marcellmajor.com/cudadbcracker_source.zip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CudaDBCracker is a brute force password cracker for databases that uses the CUDA framework for NVIDIA GPU’s to implement the SHA1 algorithm. It currently supports Oracle 11g and Microsoft SQL Server hashes. It implements session handling to pause and continue cracking, it processes multiple passwords simultaneously. The source code is written in a way to support arbitrary character sets and is published under GPLv3.