Skip to content

Instantly share code, notes, and snippets.

@0x53
Last active November 30, 2023 04:23
Show Gist options
  • Save 0x53/7443b43a1912094309b986b42783ce34 to your computer and use it in GitHub Desktop.
Save 0x53/7443b43a1912094309b986b42783ce34 to your computer and use it in GitHub Desktop.
Cracking Zips with Hashcat and JTR
./john-bleeding-jumbo/run/zip2john new_test.zip > hashies.txt
./john-bleeding-jumbo/run/john hashies.txt

https://security.stackexchange.com/questions/201931/hashcat-specify-number-of-characters

hashcat -m13600 hashies.txt -a3 -1?l?u?d ?1?1?1?1?1?1?1?1 --increment --increment-min 8
hashcat -m13600 hashies.txt -a3 -1?l?u?d ?1?1?1?1 --increment --increment-min 4

hashcat file is picky should look like:

$zip2$*0*3*0*6fa7de931c68792d3edb87376444c485*7b79*36*3820fff0e9d954ebb903fd6d3107f100092a40220f9fd8599d922c6d624c002f39c567ff55487fa182dae78412012672bcf9770d8e8d*ad9e669b778d0d29c12f*$/zip2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment