offensive-tools/cracking/fcrackzip/SKILL.md
Auth/lab ref: ZIP password-cracking utility for dictionary and brute-force testing. For you need a focused CLI workflow against password-protected ZIP archives before escalating to heavier cracking stacks.
npx skillsauth add aeondave/malskill fcrackzipInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Specialist ZIP password cracking with less ceremony than the bigger frameworks.
Use fcrackzip when you need to:
# Dictionary attack and verify extraction
fcrackzip -D -p rockyou.txt -u archive.zip
# Brute-force simple character sets
fcrackzip -b -c 1aA -l 1-8 -u archive.zip
-u verifies the password against unzip logic instead of only reporting a guess.john or hashcat once you extract the relevant hash material.No bundled scripts/, references/, or assets/.
Use the local man page for charset syntax and mode details.
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.