Challenge source code and solve scripts for smileyCTF 2025.
category/
├── challenge/
├── dist/
│ └── files that should be distributed to player (handout)
├── chall/
│ └── challenge files, including deployment-related files and actual flag.txt
├── src/
│ └── any files for building. source code.
├── solve/
│ └── scripts, etc. that solve the challenge
└── README.md
└── challenge description and overview
| Name |
Author |
Solves |
| guessctf |
helloperson |
0 |
All source code in this repository are licensed under the GNU Affero General Public License 3.0:
Challenge source code and solve scripts for smileyCTF 2025
Copyright (C) 2025 smiley foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/.