koromodako / mkctf

A CTF framework to create, build, deploy and monitor challenges
MIT License
105 stars 16 forks source link

Use 'type' (enum parameter) instead of 'standalone' (bool parameter) #6

Closed koromodako closed 5 years ago

koromodako commented 5 years ago

Replace standalone with type being an enumeration of three values:

koromodako commented 5 years ago

Each 'type' will have a configurable directory layout defined within :

koromodako commented 5 years ago

mkCTF 6.0.0 implements this feature.