ctf_steghide
Inspect or extract hidden data from steghide-embedded files, with optional passphrase and custom arguments for CTF challenges.
Instructions
Purpose: Inspect or extract steghide payloads with action=info|extract. Constraints: Pass filepath and optional passphrase. Without a passphrase Hercules passes an empty one to avoid an interactive prompt. extra_args can tune steghide behavior. Example: ctf_steghide(action='info', filepath='/opt/workspace/image.jpg')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| filepath | Yes | ||
| extra_args | No | ||
| passphrase | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||