rootme support + fixes

This commit is contained in:
√(noham)²
2025-02-18 19:34:17 +01:00
parent dc7189a94e
commit 40ec791618
9 changed files with 269 additions and 10 deletions

View File

@@ -158,7 +158,7 @@ class CatTheFlagPlatform(CTFPlatform):
def generate_tags(self, challenge):
tags = []
tags.append(challenge.category)
tags.append("CatTheFlag")
tags.append(challenge.platform)
tags = list(set(filter(None, tags)))
tags_str = '", "'.join(tags)
return tags_str