koromodako / mkctf

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

[Request] Support user categories #3

Closed noraj closed 7 years ago

noraj commented 7 years ago

Here are the current categories, in the future you may want to add user choice support.

For example the user write the category he want in the config file or if non provided default one are used.

    0 - bugbounty
    1 - crypto
    2 - forensics
    3 - misc
    4 - programming
    5 - pwn
    6 - reverse
    7 - web
koromodako commented 7 years ago

This feature is to be implemented. Feel free to fork the repo and implement it. For now you can edit the first lines of functions.py if you want to customize categories.

Thank you for your feedback.