Skip to content

RedTeaDev/hkcert-ctf-2020-challenges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HKCERT CTF 2020

Folder structure

└── id-challengename/
  ├── public/                 contains the file available for user download
  ├── env/                    a dockerized environment that is accessible via `nc` or browsers
  │   ├── docker-compose.yml
  │   ├── image1/
  │   │   ├── Dockerfile
  │   │   └── ...
  │   └── image2/
  │       ├── Dockerfile
  │       └── ...
  ├── src/                    whatever files that is used as auxiliary to the challenge, in whatever
  │                           use. this includes but not limited to the source code for the binary,
  │                           the solution script (or writeup) that is considered to solve the
  │                           challenge.
  ├── writeups/
  │   ├── team1/
  │   │   └── README.md       the writeup and any auxiliary script that you used to solve a
  │   └── team2/              challenge - one folder per team (feel free to include the link to your
  │       ├── README.md       writeup, too).
  │       └── solve.py
  └── README.md               the README file that contains a brief summary (title, description,
                              category, author and flag) of the challenge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%