This is the hub for all our [Reverse-Engineering] challenges, We’re thrilled to have you contribute and collaborate in crafting these challenges for our CTF event! 🚀
Please follow these steps when adding a new challenge to this domain:
-
📂 Create a Sub-folder for the Challenge:
- Name the folder after the challenge title, using lowercase letters and dashes instead of spaces (e.g.,
boot-failed
).
- Name the folder after the challenge title, using lowercase letters and dashes instead of spaces (e.g.,
-
📝 Challenge Information:
- Inside the challenge's folder, create a
README.md
file with the following template
- Inside the challenge's folder, create a
# ✨ Challenge Name: **[Name of the Challenge]**
## 📜 Description
_[Provide a detailed description of the challenge. Describe the scenario, objective, and any relevant background information.]_
## ⚖️ Difficulty
- **Easy**:
- **Medium**:
- **Hard**: ✅
- **Expert**:
## 🚩 Flag
`RecruitmentCTF{_enter_your_flag_here_}`
## 🔍 Is Tested
**Status:** ❌ False
## 🛠️ Setup Instructions (if applicable)
_[Provide instructions for setting up the challenge if it involves specific configurations, environments, or files. Include details about any dependencies or tools needed.]_
## 💡 Hints (optional)
_[Include any hints that can help participants solve the challenge.]_
## ✍️ Author
**[Name & Discord of the challenge creator]**
-
📝 Update Focalboard:
- After adding or updating a challenge, update its status on our Focalboard.
-
🔍 General Notes:
- Set
isTested
toFalse
by default. We will update it once the challenge is thoroughly tested and reviewed. - Mention the operating system on which you have compiled to the program.
- Use clear and concise language in descriptions and instructions.
- Message @SamarthGhante if you need any help.
- Set
We appreciate your contributions and dedication to making our CTF events awesome! Let's create some great challenges together! 🎨✨