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
Hi,
Thank you very much for the plugin.
Can you provide a template of challenge.yml to be used with ctfcli with the type:firstblood ? Or to point to an example ?
Thanks.
The text was updated successfully, but these errors were encountered:
I did not try using ctfcli yet, but I don't think it will be possible until CTFd/ctfcli#19 is merged. After it is (or you merge it locally), it should probably just work with:
name: Test
description: This is a sample description
value: 100
type: firstblood
extra:
first_blood_bonus[0]: 30
first_blood_bonus[1]: 20
first_blood_bonus[2]: 10
(I know the array syntax is weird, but this was the best I could do without hacking the core CTFd files in the plugin too badly)
Hi,
I've followed your tips and everything is working.
I’ve forked ctfcli and applied the merge of the CTFd/ctfcli#19, Using this version and the example that you gave and changing the type to firstblood , all worked nicely.
Thank you very much.
Hi,
Thank you very much for the plugin.
Can you provide a template of challenge.yml to be used with ctfcli with the type:firstblood ? Or to point to an example ?
Thanks.
The text was updated successfully, but these errors were encountered: