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
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.