CCC_ctf

所属分类:系统/网络安全
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-11-06 09:58:04
上 传 者sh-1993
说明:  CCC-ctf(中央控制中心)
(CCC ctf)

文件列表:
crypto/ (0, 2023-11-29)
crypto/Deciphication/ (0, 2023-11-29)
crypto/Deciphication/files/ (0, 2023-11-29)
crypto/Deciphication/files/cipher.py (1100, 2023-11-29)
crypto/Deciphication/files/example_enc (32, 2023-11-29)
crypto/Deciphication/files/example_plain (23, 2023-11-29)
crypto/Deciphication/files/flag_enc (48, 2023-11-29)
crypto/Deciphication/solution.py (404, 2023-11-29)
crypto/Deciphication/src/ (0, 2023-11-29)
crypto/Deciphication/src/cipher.py (1104, 2023-11-29)
crypto/Deciphication/src/example_enc (32, 2023-11-29)
crypto/Deciphication/src/example_plain (23, 2023-11-29)
crypto/Deciphication/src/flag_enc (48, 2023-11-29)
crypto/Deciphication/src/flag_plain (41, 2023-11-29)
crypto/My Diffie Hellman/ (0, 2023-11-29)
crypto/My Diffie Hellman/files/ (0, 2023-11-29)
crypto/My Diffie Hellman/files/output.py (832, 2023-11-29)
crypto/My Diffie Hellman/files/task.py (739, 2023-11-29)
crypto/My Diffie Hellman/solution.py (1126, 2023-11-29)
crypto/My Diffie Hellman/src/ (0, 2023-11-29)
crypto/My Diffie Hellman/src/flag.py (50, 2023-11-29)
crypto/My Diffie Hellman/src/output.py (832, 2023-11-29)
crypto/My Diffie Hellman/src/task.py (739, 2023-11-29)
crypto/Salad/ (0, 2023-11-29)
crypto/Salad/files/ (0, 2023-11-29)
crypto/Salad/files/flag.enc (23, 2023-11-29)
crypto/Salad/files/main.py (625, 2023-11-29)
crypto/Salad/src/ (0, 2023-11-29)
crypto/Salad/src/flag.enc (23, 2023-11-29)
crypto/Salad/src/main.py (627, 2023-11-29)
docker-compose.yaml (1569, 2023-11-29)
ppc/ (0, 2023-11-29)
ppc/Pipe Maze 2/ (0, 2023-11-29)
ppc/Pipe Maze 2/Dockerfile (415, 2023-11-29)
... ...

CTF Challenges

CTF beginner challenges for Chesterton Comunity College 2023.

You can find deployed tasks here: https://alex.lukin.family/ctf ## Table of Contents - [Getting Started](https://github.com/Perchinka/CCC_ctf/blob/master/#getting-started) - [Installation](https://github.com/Perchinka/CCC_ctf/blob/master/#installation) - [Template](https://github.com/Perchinka/CCC_ctf/blob/master/#template) - [Flag format](https://github.com/Perchinka/CCC_ctf/blob/master/#flag-format) - [Directory structure](https://github.com/Perchinka/CCC_ctf/blob/master/#directory-structure) - [Template for Readme.md](https://github.com/Perchinka/CCC_ctf/blob/master/#template-for-readmemd) - [Contributing](https://github.com/Perchinka/CCC_ctf/blob/master/#contributing) ## Getting Started The following categories are available: - Cryptography - Web - PPC - pwn - Reverse Engineering ### Installation 1. Clone the repo ```sh git clone https://github.com/Perchinka/CCC_ctf.git ``` 2. Install docker Debian: ```sh sudo apt install docker.io docker-compose ``` Arch: ```sh sudo pacman -S docker docker-compose ``` 3. Build and up containers ```sh docker-compose up --build ``` ## Template ### Flag format - All flags are enclosed in `CCC{}`. - All flags passes the regex `CCC{[a-zA-Z0-9_!@#$%^&*()-=+?]+}`. - Flags are hard to guess (I believe so) :D ### Directory structure - Each challenge is in its own directory - Each challenge directory contains a `README.md` file with the challenge description and solution - Every challenge that requires a server to be run is in its own docker container, so they have their own Dockerfile in challenge directory - **src** directory contains all the source code for the challenges - **files** directory contains all the files that are needed for the challenges ### Template for Readme.md Every README.md file follows the following template: ```markdown # Challenge Name Category: Category Name --- ## Description Description of the challenge --- ## Files - [file1](https://github.com/Perchinka/CCC_ctf/blob/master/files/file1) - [file2](https://github.com/Perchinka/CCC_ctf/blob/master/files/file2) --- ## Solution Solution of the challenge --- The flag is: `CCC{flag}` ``` ## Contributing Contributions are welcome! Please feel free to submit a Pull Requests.

近期下载者

相关文件


收藏者