Loading...
Thursday, December 13, 2012

hashkill-0.3.1 released!

Hashkill is an open-source password recovery tool. Its features are:

  • Multi-threaded so that it can benefit from multi-core/multi-CPU systems
  • SSE2/AVX/XOP/AES-NI-accelerated algorithms to achieve high speeds on modern x86 CPUs
  • Very powerful rule engine plus optimized bruteforce/markov codepaths for fast algos.
  • 50 plugins for different types of passwords (ranging from simple hashes like MD5 and SHA1 to WPA, passworded RAR files, MS Office documents and LUKS encrypted partitions)
  • Supports session save/restore. Sessions are auto-saved each 3 seconds. Password cracking can resume after the last checkpoint in case the program is stopped/killed/system crashes/power down/etc.
  • Multi-hash support
  • Very fast GPU support on both Nvidia and AMD. GCN and Kepler architecture supported.
  • Multi-GPU support (even AMD+NVidia systems).
  • Session save/restore, markov/rule/bruteforce also on GPUs
Hashkill is an opensource hash cracker for Linux that uses OpenSSL. Currently it supports 4 attack methods (dictionary, bruteforce, hybrid) and has 31 plugins for different types of hashes (md5, sha1, phpbb3, mysql, md5 (unix), des(unix), sha(unix), vbulletin, smf, etc). It is multithreaded and supports session save/restore.

Current version is 0.3.1. You may download it here.
hashkill-0.3.1 released!on 11 Dec 2012 ,Here is the list of new features:

  • 9 new plugins: bfunix, drupal7, django256, sha256unix, mssql-2012, o5logon, msoffice-old, msoffice, luks. Of them msoffice-old is currently supported on CPU only, the rest are GPU-accelerated
  • Improved build scripts
  • Added a "fastdict" rule clause which enables very fast GPU-offloaded combinator attacks. The limitation is that wordlist candidates of len<=16 can be used.
  • Improved bitmaps handling in non-salted kernels. Now  huge hashlists would be cracked at faster speeds
  • Rules that start with "must add str .." are no more a badass bottleneck for the GPU-offloaded rule attacks
  • Hash type auto-detection. Yes it works (although not 100% correct - in case there are several plugins that can crack that plugin, you will be presented a list of possible options)
  • Added average speed indicator together with the current speed one.
  • New hotkeys while cracking: 't' would display GPU temps, 's' would display short stats
  • Thermal monitoring can now be disabled using -T 0 command-line argument
Bugfixes:
  • A new test framework was introduced. This in turn helped me to fix a LOT of bugs in the plugins. This is probably the first (well sort of) _STABLE_ hashkill version.
  • Stack overflow issues were fixed in several plugins' CPU code
  • Issues with progress indicator inaccuracy were fixed.
  • Critical issue with thermal monitoring which lead to program crashes was solved
  • Large file support for x86
  • Thread-safety issues in rule engine were fixed that could lead to spontaneous errors
  • Race condition that could lead to a deadlock was fixed
  • Several CPU plugins had bugs that allowed false negatives. Fixed.
Screenshot -


















Source-

0 comments:

Post a Comment

 
TOP