Overview
Some Capture the Flag (CTF) challenges allow flexibility in the tools you use. While most challenges can be solved with basic, pre-installed utilities or a text editor, some participants may prefer additional tools for automation or analysis.
If you encounter issues installing tools or believe a challenge environment lacks something necessary, please follow the steps below so our team can review and address the concern.
📋 Steps to Report the Issue
When submitting your report, include as much detail as possible to help us analyze and resolve the issue quickly.
-
Challenge Name:
(e.g., Operation Decipher) -
Description of the Problem:
Briefly describe what happened. Example:“I tried to install Python in the lab environment, but it failed.”
-
Tool Name and Version:
(e.g.,Python 3.11,CyberChef,Node.js,xxd, etc.) -
Error Message or Screenshot:
If possible, copy the exact error text or attach a screenshot. -
Environment Details:
- Are you using the browser-based lab environment, your local machine, or another setup?
- Include the operating system (e.g., Windows 10, Kali Linux, Ubuntu).
-
Network or Access Restrictions:
If you suspect firewall, permission, or internet restrictions, mention them here.
🧠 Important Notes
- Most CTF challenges can be solved with basic free tools, text editors and logical analysis.
- Internet access is typically enabled for research and optional tool use.
- Tool installations may vary based on the challenge environment; some tools are preinstalled, while others can be used via online alternatives such as CyberChef or regex101.
📨 How to Submit
Submit your report using one of the following methods:
- In the CTF platform: Click Help → Report a Problem → Select Challenge Issue → Tool/Environment Concern.
- Email: support@eccouncil.org (subject: CTF Issue).
- Support Form: Submit a Support Request
🔍 What Happens Next
Our team will:
- Review the environment logs for restrictions or missing dependencies.
- Contact the challenge author or technical POC if changes are needed.
- Update the challenge documentation or lab image as required.
- Notify you once the issue has been reviewed or resolved.
✅ Example Submission
Challenge: Operation Decipher
Tool: Python 3.11
Environment: Kali Linux (browser-based)
Error:E: Unable to locate package python3
Description: Tried to install Python usingapt install python3but got an error.
Comments