When you find the answer to a FlagForge challenge, you submit it as a flag — a specially formatted string that the platform validates against the correct answer. A correct submission records your score, while an incorrect one lets you keep trying without penalty.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/flagForgeCTF/flagForge/llms.txt
Use this file to discover all available pages before exploring further.
Flag format
All flags in FlagForge follow a consistent format:Flags are case-sensitive. Submit the flag exactly as you find it, including capitalization.
How to submit a flag
Open the challenge
Go to the Problems page and click the challenge you want to submit. This opens the challenge detail page with the description, any attached files or links, and the submission form.
Find the flag
Work through the challenge. Exploit the vulnerability, analyze the file, or decode the cipher until you find a string that matches the
flag{...} format.Enter the flag
Scroll to the submission box at the bottom of the challenge page. Type or paste your flag into the input field.
What happens on correct submission
When you submit the correct flag, FlagForge:- Records a solved entry linking your account to the challenge.
- Awards the challenge’s full base point value to your total score.
- Updates your position on the leaderboard.
points value is the challenge’s full base point value.
What happens on incorrect submission
If your flag is wrong, FlagForge returns an error response and you can try again:Point calculation
Scoring in FlagForge works in two separate steps:-
Hint unlocks deduct points immediately. Each time you reveal a hint, its
pointsDeductionvalue is subtracted from your total score right away. - Solving a challenge adds the full base point value. When you submit the correct flag, you earn the challenge’s full base points regardless of how many hints you revealed.
- Revealing hint 1: −25 points from your total
- Revealing hint 2: −50 points from your total
- Solving the challenge: +300 points to your total
Hint deductions are applied immediately when you reveal a hint. The submission itself awards the challenge’s full base value.
Practice mode
If you have already solved a challenge and want to try it again — for example, to test a different approach or verify your methodology — you can submit in practice mode. Practice mode submissions are not scored and do not affect your total score or leaderboard position. The response indicates whether your flag is correct without recording a new solution:?practice=true to the challenge submission URL. On the challenge page, this is handled automatically once a challenge is marked as solved for your account.