Skip to content

Releases: ColumPaget/Hashrat

hookscripts for duplicates mode

09 Oct 23:31
Compare
Choose a tag to compare

Hookscripts now useable in 'find duplicates' mode. In this mode the hook script receives two arguments instead of the usual one. The first is the path to the current file, the second is the path to it's matching duplicate.

Fixes for 64-bit and files with bad characters in name.

03 Oct 19:29
Compare
Choose a tag to compare

Release featuring fixes for bugs reported by or patched by https://github.com/sth

Fix for integer overflow on 64-bit
Fix for passing files with 'bad' characters in the name (things that mean something to the shell) to hook scripts.

More fixes for HTTP/CGI mode.

31 Jul 11:56
Compare
Choose a tag to compare

More fixes for HTTP/CGI mode. Now honors Encoding setting, select boxes remember settings.

cgi mode fixed by adding a single '*'

31 Jul 11:19
Compare
Choose a tag to compare

This release fixes an issue with the HTTP/CGI interface of hashrat, which was caused by a '*' that should have been '**'.

Fixes for -x option.

02 Jun 19:00
Compare
Choose a tag to compare

Lots of issues fixed with the -x (exclude files) option.

Minor enhancements

02 Jun 15:12
Compare
Choose a tag to compare

Hashrat no longer switches to reading from stdin if a file it's told to hash doesn't exist. The -i and -x (include and exclude) options now take a comma-seperated list of patterns to match against, rather than just one.

Hash 'chaining' added. Exit codes added for most operations.

22 Sep 15:10
Compare
Choose a tag to compare

The new '-type' option allows hashes to be chained like so:

hashrat -type sha256,sha1,md5

which would read data from stdin, hash it with sha256, then hash the hash with sha1, then hash the output of that with md5.

Many operations did not return an exit code. They should do now.

Bugfix: dirmode works, apostrophes handled in filenames, cgi mode improved

24 Aug 23:57
Compare
Choose a tag to compare

Apostrophes weren't being quoted when filenames were output in native mode. Dirmode is working again. Some improvements to cgi mode (radio buttons don't work well on iphones).

Builds on openbsd and freebsd. Can set Xselection/clipboard.

14 May 13:36
Compare
Choose a tag to compare

This release builds on openbsd and freebsd with support for freebsd extended attributes. When hashing from standard in hashes can now be copied to the X11 primary and clipboard selection via Xterm control sequences.

-C mode added for better file monitoring

04 Jan 19:34
Compare
Choose a tag to compare

Previously hashrat has only been able to check hashes listed in a file. -C and -Cf mode add the ability to load hashes from a file, but then check files in a directory against them. This means that new files can be detected, rather than just checking those files listed in the input.