Search This Blog

Saturday, June 2, 2012

Durandal v0.5: CPU/GPU Hash Cracker

Durandal is a distributed GPU/CPU computing software that aims to crack passwords. Mostly written in C++ with the Boost library, it works on many systems, however it is only buit for Windows and GNU/Linux for the moment x64 platforms.



Durandal can be used for:
  1. OS portability: It works and has been tested on Windows and GNU/Linux, but could work on *BSD, Solaris, or any other platforms that support C++ and the Boost library.
  2. Architecture Pertability: hash functions aren't only developped in SSE2 assembly and Nvidia CUDA; there is also a C version that could be ran on any architecture.
  3. Powerful: by using C++, Durandal has been designed in order to support a lot of computers.
  4. Performance: has functions are optimized with SSE2 for CPUs and ported to Nvidia CUda for GPUs.



Features of Durandal

  • Windows (XP, Vista, 7) and GNU/Linux support
  • 64bits support
  • Usual hash fuctions: MD5, SHA1, SHA256, SHA512, NTLMv1, MySQL (all versions)
  • SSE2 optimized, Nvidia CUDA support
  • Server, agent and administration console
  • Network communication with XML over HTTP (proxy support)

Download Durandal v0.5 from here: Download

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

0 comments:

Post a Comment