-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Title: CTF - Read flag variable
Summary:
This challenge required reading a flag variable from a local script. I inspected the repository, found config.py with flag="CTF-2025_win", and printed it in the required format.
Environment:
- Python 3.10
Steps:
- Opened config.py and found flag = "CTF-2025_win".
- Ran:
python -c "from config import flag; print(f'MHL{{{flag}}}')"
Result:
MHL{CTF-2025_win}
Screenshots:
- images/config_py.png — shows the flag line in config.py
- images/output.png — terminal output with final MHL{...}
Github:
https://github.com/FarhadLab/data-recovery-tool (public — sensitive data removed)
Metadata
Metadata
Assignees
Labels
No labels