offensive-tools/forensic/zsteg/SKILL.md
Auth/lab ref: zsteg PNG/BMP steganography; LSB, bit-plane, color-channel, hidden-data extraction after metadata/strings checks.
npx skillsauth add aeondave/malskill zstegInstall 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.
Bit-plane spelunking for images that are too quiet on the surface.
Use zsteg when you need to:
# Automatic scan
zsteg -a image.png
# Default inspection
zsteg image.png
zsteg -E "b1,r,lsb,xy" image.png > payload.bin
zsteg -a.-E.file, strings, foremost, or archive tools.steghide, stegseek, and normal image triage rather than betting everything on one pass.No bundled scripts/, references/, or assets/.
Use the upstream README for extractor spec syntax and advanced scan flags.
development
White-box auditing methodology for AI-generated ('vibe-coded') applications. Focuses on modern stack misconfigurations (Supabase, Next.js, Vercel).
development
Hybrid AI/Deterministic SAST methodology for discovering zero-day vulnerabilities in source code. Orchestrates structural search with AI-driven data flow and sink validation.
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.
devops
Container methodology: Identifying containerization limits, Docker/K8s misconfigurations, and executing escapes to the host node.