hashcat-utils icon indicating copy to clipboard operation
hashcat-utils copied to clipboard

Upgrade LEN_MAX up to 512 for all combinators by default

Open AkechiShiro opened this issue 1 year ago • 1 comments

  • Added a gcc argument in the Makefile CFLAGS for defining a variable LEN_MAX that will be set by default at 512.
  • if more is needed, running make LEN_MAX=<max_value_needed> will compile the combinators binaries with the proper changes.

I needed to combine wordlist that had long long strings, hence why this PR.

Was also assisted by @3ldidi94

AkechiShiro avatar Nov 24 '23 14:11 AkechiShiro