Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
koromodako opened this issue Apr 24, 2019 · 2 comments
Closed
Assignees

Comments

@koromodako
Copy link
Owner

Replace standalone with type being an enumeration of three values:

  • static: a static challenge can be solved offline once resources have been downloaded from the challenge platform.
  • simple: a simple challenge requires a server but the intended exploit does not result in server-side command/code execution.
  • sandboxed: a sandboxed challenge requires a server and the exploit results in partial/full compromission of the server (RCE/ACE/...).
@koromodako koromodako self-assigned this Apr 24, 2019
@koromodako
Copy link
Owner Author

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

  • the global configuration (default base of repo config)
  • and in the repo configuration file (layout to be used within this repo)

@koromodako
Copy link
Owner Author

mkCTF 6.0.0 implements this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant