hashcat/hashcat-utils

cap2hccapx does not work on Big Endian systems

neheb opened this issue · 2 comments

neheb commented

Tested on a big endian MIPS router. cap2hccapx succeeds in finding the handshake on x86 but not on MIPS. Guessing due to different endianness.

neheb commented

ran clang-analyzer. It complains on line 492. Error is:

Pointer arithmetic on non-array variables relies on memory layout, which is dangerous.

Support was added with commit: 6b02370

Please try and close the issue if it's working on your system.