https://github.com/plus-postech/soma-bata-list
[WIP] Soma repository for BATA_24's pwn challenges list
https://github.com/plus-postech/soma-bata-list
Last synced: over 1 year ago
JSON representation
[WIP] Soma repository for BATA_24's pwn challenges list
- Host: GitHub
- URL: https://github.com/plus-postech/soma-bata-list
- Owner: PLUS-POSTECH
- Created: 2019-02-13T05:08:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T06:14:12.000Z (over 7 years ago)
- Last Synced: 2025-01-25T22:21:26.645Z (over 1 year ago)
- Homepage:
- Size: 653 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# soma-bata-list
This is a [Soma](https://github.com/PLUS-POSTECH/soma) repository for [BATA_24's pwn challenges list](https://pastebin.com/uyifxgPu).
Soma is a CTF problem management tool that allows you to easily setup and run problems in your local environment.
## How to Use
### Initial setup
1. Download and install [Soma](https://github.com/PLUS-POSTECH/soma)
2. `soma add https://github.com/PLUS-POSTECH/soma-bata-list.git`
### How to run a problem container
1. `soma build ${PROBLEM_NAME}` (in case of confliction, use `soma build soma-bata-list/${PROBLEM_NAME}`)
2. `soma run ${PROBLEM_NAME} ${PORT_NUMBER}`
## Problem List
Work in Progress
| Difficulty | Problem Name | Appeared in | License | Verified |
| ---------- | ------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | -------- |
| baby | xkcd | [DEF CON CTF Qualifier 2016](https://github.com/legitbs/quals-2016) | [CC BY-NC 4.0](https://github.com/legitbs/quals-2016/blob/master/LICENSE.md) | No |
| baby | r0pbaby | [DEF CON CTF Qualifier 2015](https://github.com/legitbs/quals-2015) | [CC BY-NC 3.0](https://github.com/legitbs/quals-2015/blob/master/LICENSE.md) | No |
| baby | babyecho | [DEF CON CTF Qualifier 2015](https://github.com/legitbs/quals-2015) | [CC BY-NC 3.0](https://github.com/legitbs/quals-2015/blob/master/LICENSE.md) | No |
## Note About License
**We do not own the license of problem files.** We are redistributing them for an educational purpose, and we will do our best to properly credit original authors. Please create an issue if you are a problem author and want us to remove problem files from this repository.