he_fetch_challenge
Retrieve and parse a HackyEaster challenge page, extracting title, description, hints, code blocks, images, and links to aid in solving CTF challenges.
Instructions
Fetch a specific challenge page and return parsed content: title, description, hints, code blocks, images, links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The challenge page URL | |
| dynamic | No |