Small utilities that are useful in advanced password cracking - hashcat-utils/src/cap2hccapx.c at 1d361f5d8df53eb6d2c8cf4693e4a070670056dc · hashcat/hashcat-utils
wgethttp://hashcat.net/misc/example_hashes/hashcat.hccap Run it: ./hccap2cap hashcat.hccap hashcat_converted.cap Check results: wireshark hashcat_converted.cap Hacking Simplify code Make it easier readable Improve message generation CLEANUP the code, use more coding standards, everything is w...
Small utilities that are useful in advanced password cracking - hashcat-utils/src/cap2hccapx.c at 6a1bce2a5d4db0e13b8562e31d488a65d99390c0 · hashcat/hashcat-utils
Small utilities that are useful in advanced password cracking - History for src/cap2hccapx.c - hashcat/hashcat-utils
git clonehttps://github.com/philsmd/hccapx2cap.git Compile it: cd hccapx2cap gcc -o hccapx2cap hccapx2cap.c Get a test .hccapx file (e.g): wgethttp://hashcat.net/misc/example_hashes/hashcat.hccapx Run it: ./hccapx2cap hashcat.hccapx hashcat_converted.cap ...