Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ntut-xuan/conflictctf
- Owner: ntut-xuan
- Created: 2024-03-31T08:30:39.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-31T12:16:54.000Z (9 months ago)
- Last Synced: 2024-04-20T11:59:48.396Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conflict CTF
## Introduction
歡迎來到 Conflict CTF,這個專案將讓你可以理解如何合理解決衝突。
請 Fork 這個專案。
## Working on it
```
git checkout mastergit merge alice
git merge bob // Solve the conflict.
python3 script.py
```
我們另外有提供給你 GitHub Action,你可以在 Commit 訊息旁右側發現一個勾。
你可以點擊這個勾 -> Details -> Run the flag 展開 -> 得到輸出內容。
當你完成後,你將得到一個 `flag{....}`,請提交這個來取得 Lab 分數。