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

https://github.com/elabosak233/ds-arena

A simple CSV comparison web service for data security challenges.
https://github.com/elabosak233/ds-arena

ctf-challenges data-security rust tokio

Last synced: 9 months ago
JSON representation

A simple CSV comparison web service for data security challenges.

Awesome Lists containing this project

README

          

# ds-arena

A simple validator for Data Security challenge.

## How to use

Prepare a CSV file named `criteria.csv`, then prepare a Dockerfile like this:

```dockerfile
FROM elabosak233/ds-arena:latest

COPY ./criteria.csv /app/resources/criteria.csv

ENV FLAG_CONTENT=tzuctf{whats_your_prolem}
```

Then build and run your own image.

The port is `8889`.