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
Copy file name to clipboardExpand all lines: ctf/templates/new/common/track.yaml.j2
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ flags:
26
26
description: Free flag in source of index.php CHANGE_ME
27
27
# The text the participants see AFTER they submit the flag.
28
28
return_string: '[{{ data.name }}] 1/1 Good job! Track completed. CHANGE_ME'
29
+
# CFSS string based on https://github.com/res260/cfss
30
+
cfss: "CFSS:0.3/TS:B/E:M/HSFC:N=4-7"
29
31
tags:
30
32
# Name of the discourse trigger for this flag. If a discourse post in the posts/ directory has this trigger, it will be posted when this flag is submitted.
31
33
# This value can also be used to reference flags in Ansible playbooks. See the "Load Flags" task in deploy.yaml.
0 commit comments