hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.36k stars 355 forks source link

cap2hccapx does not work on Big Endian systems #24

Closed neheb closed 7 years ago

neheb commented 7 years ago

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 7 years ago

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

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

jsteube commented 7 years ago

Support was added with commit: https://github.com/hashcat/hashcat-utils/commit/6b02370a8f87b761a492da49e7908c5fcdc0876c

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