save_evidence
Capture hypotheses, observations, command outputs, and other findings under a challenge ID to keep a traceable evidence trail while solving CTF challenges.
Instructions
Record evidence during solving (hypothesis, observation, command output...)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | What was found / run / observed | |
| challenge_id | Yes | ||
| command_text | No | The command if evidence_type is command/output | |
| evidence_type | Yes |