Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntut-xuan/conflictctf

Let you know how to solve the conflict.
https://github.com/ntut-xuan/conflictctf

Last synced: 21 days ago
JSON representation

Let you know how to solve the conflict.

Awesome Lists containing this project

README

        

# Conflict CTF

## Introduction

歡迎來到 Conflict CTF,這個專案將讓你可以理解如何合理解決衝突。

請 Fork 這個專案。

## Working on it

```
git checkout master

git merge alice

git merge bob // Solve the conflict.

python3 script.py

```

我們另外有提供給你 GitHub Action,你可以在 Commit 訊息旁右側發現一個勾。

你可以點擊這個勾 -> Details -> Run the flag 展開 -> 得到輸出內容。

當你完成後,你將得到一個 `flag{....}`,請提交這個來取得 Lab 分數。