moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
908 stars 292 forks source link

Enable team members to see captured tokens #571

Closed dodecagonfd closed 1 year ago

dodecagonfd commented 1 year ago

I host online competitions using the RootTheBox. I create flags with a mix of tokens and questions-and-answer. Especially in the latter case, it is convenient if a member within a team can see the token or the answer that other members from the same team already has captured. Currently, I believe this is not the case.

eljeffeg commented 1 year ago

See the show captured flag option. Setting it to True should do what you describe. You'll have to set this on the configuration file and restart rtb.

dodecagonfd commented 1 year ago

Thank you, it worked wonderfully