offensive-tools/forensic/steghide/SKILL.md
Auth/lab ref: steghide JPEG/BMP/WAV/AU hidden-data workflows; embed/extract tests, passphrase handling, challenge evidence.
npx skillsauth add aeondave/malskill steghideInstall 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.
Classic hidden-payload tooling for media files that look innocent until they absolutely do not.
Use steghide when you need to:
# Inspect carrier info
steghide info image.jpg
# Extract hidden payload
steghide extract -sf image.jpg
# Embed data into a cover file
steghide embed -cf cover.jpg -ef secret.txt
info is a good first move before guessing wildly.stegseek when the artifact is likely a steghide file protected by a weak passphrase.No bundled scripts/, references/, or assets/.
Use the local man page for embedding parameters, compression, and encryption options.
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.