Skip to content

Releases: hashcat/hashcat-utils

hashcat-utils v1.10

13 Sep 07:01

Choose a tag to compare

  • Added ngramX
  • Update github action to have builds after commits work again
  • Fix compile errors, warnings and add deprecation notice for cap2hccapx
  • Upgrade LEN_MAX up to 512 for all combinators by default
  • Create ntlmv1.py
  • Fixed bug in generating random rule in src/cpu_rules.c
  • Makefile: support for building individual binaries
  • tmesis.pl to use \x rule syntax if needed
  • tmesis.pl: escape non-7bit-ASCII bytes in output
  • simplify tmesis.pl source to be ASCII only
  • Added CI/CD building via Github Actions with artifacts
  • Create export_potfile.py
  • Updated combinatorX to version 1.2
  • Added option to have combinator read the first file from stdin
  • Add link to wiki page of hashcat-utils
  • Improve performance of permute.c by using an output buffer

hashcat-utils v1.9

09 Aug 08:08

Choose a tag to compare

  • Switched C standard from c99 to gnu99
  • Removed unused -lm requirement from hcstatgen
  • Increased maximum password length for hcstatgen from 64 to 256
  • Switched some datatypes and cleaned up in hcstatgen.c
  • Switched some datatypes and cleaned up in utils.c
  • Added hcstat2gen.c which is like hcstatgen but supports a maximum password length up to 256 and header
  • Fixed prioritized bssid-to-essid database ordering

hashcat-utils v1.8

15 May 14:16

Choose a tag to compare

  • Fix radiotap header parsing in cap2hccapx.c
  • Check for zero timestamp and abort if detected in cap2hccapx.c
  • Decrease EAPOL timeout from 2 to 1 in cap2hccapx.c
  • Disable check for matching replay count in cap2hccap.c (can be reenabled by setting TEST_REPLAYCOUNT to 1)
  • Set 0x80 to hccapx.message_pair in case TEST_REPLAYCOUNT is set to 1 in cap2hccapx.c
  • Add support for ppi header in cap2hccapx.c
  • Add support for extracting essid from assoc and reassoc requests in cap2hccapx.c
  • Prioritized bssid-to-essid database in cap2hccapx.c, see #27

hashcat-utils

22 Feb 09:45

Choose a tag to compare

  • Skip essid if it's length 0 or if first by is zero-byte (hidden network)
  • Allow reading broken .cap files even it has been cut short in the middle of a packet
  • Allow Message-Pair 1+2, 1+4, 2+3 and 3+4 in cap2hccapx.c
  • Update cap2hccapx format to version 4

hashcat-utils

11 Feb 17:59

Choose a tag to compare

  • Added support to read prism header with cap2hccapx
  • Fixed timestamp handling in cap2hccapx

hashcat-utils

09 Feb 10:11

Choose a tag to compare

  • Added support to read radiotap header with cap2hccapx
  • Fixed packet handling for cap2hccapx on windows
  • Added binary release package

hashcat-utils

06 Feb 15:28

Choose a tag to compare

  • v1.3 -> v1.4
  • Add pragma to cap2hccapx.c to workaround broken packed handling on mingw
  • v1.2 -> v1.3
  • Added cap2hccapx.c
  • Added ct3_to_ntlm.c
  • Added deskey_to_ntlm.pl
  • Added tmesis.pl
  • Added release makefile target: move binaries from src folder into bin folder
  • cleanup-rules: fixes #12, allow @x (purge) rule for the rule-engine on GPU

hashcat-utils

06 Feb 15:01

Choose a tag to compare

  • Added cap2hccapx.c
  • Added ct3_to_ntlm.c
  • Added deskey_to_ntlm.pl
  • Added tmesis.pl
  • Added release makefile target: move binaries from src folder into bin folder
  • Cleanup-rules: Fixes #12, allow @x (purge) rule for the rule-engine on GPU

hashcat-utils v1.2

21 Nov 00:18

Choose a tag to compare

Binary release version for those who do not want to compile from source