This repository contains a collection of CTF problems.
Below is the list of problems with their categories, titles (linked to the problem path), and contributors.
| Category | Problem Title | Contributor |
|---|---|---|
| File download vuln | Just Upload It | ![]() meowyeok |
| File upload vuln | pathtraversal | ![]() meowyeok |
| mysqlRCE | My Command, MySQL | ![]() meowyeok |
| JWT bypass | Who Signed It | ![]() yelin1197 |
| SQL injection | Simple SQLi | ![]() MEspeaker |
| SSTI | Say hello to me | ![]() MEspeaker |
| Spring4shell | Shall We Melt the Spring? | ![]() namd0ng |
-
시스템 패키지 업데이트 및 Docker 설치:
sudo apt update sudo apt install docker.io sudo systemctl enable --now docker sudo curl -L "https://github.com/docker/compose/releases/download/v2.21.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose docker-compose --version
-
프로젝트 클론:
git clone https://github.com/WHS-PentestingPlayground/Problem.git



