You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on something like this at the moment, it needs a lot of testing and Docker support needs to be finished off (plus some of my additions to challenge.yml could be improved), but would you be interested in a PR and if so are there any specific requirements?
Right now what mine does is:
Builds the docker image
Runs the docker image
For each test defined:
Copies all files in the files field of challenge.yml into a temp folder
Copies the script into the folder as well
Runs the script (depending on the test type, either the script should print a valid flag, or return status code 0)
It does kind of have the caveat that you need to be able to trust the test scripts though. That hasn't really been a major problem in my case because I was always going to virtualise the process anyway
We should have a
ctf challenge test
command. Some ideas:The text was updated successfully, but these errors were encountered: