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

Small utilities that are useful in advanced password cracking

Results 21 hashcat-utils issues
Sort by recently updated
recently updated
newest added

Work only if set essid but not with bssid !!! cap2hccapx.exe from hashcat-utils-1.9.7z

src badmonstr$ sudo make -v Password: GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty;...

When using large cap files for translating into the hccapx format I get errors: $ cap2hccapx test.cap test.hccapx test.cap: Value too large for defined data type test.cap is around 3.3...

When input is UTF-8, cutting on _character_ count - even when it is not aligned with byte count - would be useful. This could be added to cutb as a...

enhancement

Could we possibly get a warning message printed to STDERR when the LEN_MAX is exceeded per line 161 in combinator? There has been an issue where this limit is exceeded...

enhancement

* 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=`...

All other tools have an executable, combinatorX does not. Is it intended?

I was recently using fuzz to conduct security testing on hashset, and found a stack overflow error in cap2hccapx.bin. The specific information is as follows: ```sh ./cap2hccapx.bin poc /dev/null ```...

Added an utility to convert `potfile` into `wordlist`. The utility can do : - Convert potfile to wordlist (dumbly get the last part after the last `:`) - Convert `$HEX`...