Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PentestingPlayground PROBLEM

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
meowyeok
File upload vuln pathtraversal meowyeok
meowyeok
mysqlRCE My Command, MySQL meowyeok
meowyeok
JWT bypass Who Signed It yelin1197
yelin1197
SQL injection Simple SQLi MEspeaker
MEspeaker
SSTI Say hello to me MEspeaker
MEspeaker
Spring4shell Shall We Melt the Spring? namd0ng
namd0ng

서버 설치 단계

  1. 시스템 패키지 업데이트 및 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
  2. 프로젝트 클론:

    git clone https://github.com/WHS-PentestingPlayground/Problem.git

About

연습용 개별문제

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages