archive_polyglot
Checks ZIP archives for prepended data that makes them valid as other formats like PDF+ZIP or PNG+ZIP, enabling detection of polyglot files used in CTF challenges and filter bypass.
Instructions
Archive polyglot detection. Checks if a ZIP archive has prepended data that could make it valid as another file format (e.g., PDF+ZIP, PNG+ZIP, ELF+ZIP). Polyglot files are used in CTF challenges and to bypass file type filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to ZIP archive |