Skip to content

le3cm/KCTF2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

227 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KCTF2020

  • Flag format : KCTF{ ... }

  • 각 카테고리 내에 문제 별 디렉토리 생성 후(문제 이름은 마음대로), 다음과 같이 share 디렉토리 내에 문제 파일 및 플래그 구성

  • << 친 곳만 채워주세요.

  • https://github.com/kuality-cysc/KCTFJr_2020 참고.

 ── KCTF2020
    ├── README.md
    ├── pwn
    │     ├── pwn1
    │     │     ├── share
    │     │     │     ├── binary (elf/exe) << 문제 파일
    │     │     │     ├── flag             << 플래그
    │     │     │     └── run.sh
    │     │     │── Dockerfile 
    │     │     ├── binary.c               << 문제 코드
    │     │     ├── binary_exploit.py      << 익스 코드
    │     │     ├── README.md              << 문제 설명
    │     │     └── xinetd
    │     ├── pwn2
    ...   ...
    │     │
    │     └──  docker-compose.yml
    ├── ...
    └── web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 73.0%
  • C 7.4%
  • Python 7.4%
  • C++ 6.2%
  • HTML 2.2%
  • Dockerfile 1.7%
  • Other 2.1%