Skip to content

Releases: google/kctf

Release 1.0.7

10 Jun 07:24
c9f0fa5
Compare
Choose a tag to compare

Added an option to block all same-site cross-origin requests to the xss-bot template.
This will help prevent unintended solutions if two web challenges are hosted on the same registered domain (e.g. a.foo.com and b.foo.com)

Release 1.0.6

27 May 12:39
e740425
Compare
Choose a tag to compare

Fix issue with setpriv if the kernel has a different number of capablities then the OS.

Release 1.0.5

27 May 09:27
76c231b
Compare
Choose a tag to compare

Fix issues with certificate generation

Release 1.0.4

29 Mar 14:57
7bb93f6
Compare
Choose a tag to compare

Bugfix release: the pow would endless loop when the connection was closed without receiving a solution.

Release 1.0.3

29 Mar 11:37
4a06c8e
Compare
Choose a tag to compare

This release fixes a bug where all challenges would use the same pow config.

Release 1.0.2

24 Mar 16:29
f577173
Compare
Choose a tag to compare

Changes:

  • the pwn template uses a Makefile now instead of building in docker. This is to avoid situations when you want to redeploy a challenge during a CTF and the binary gets rebuild and becomes out of sync with what you handed out to the players.
  • the web template now has an example on how to use gcsfuse for stateful applications

Release 1.0.1

22 Mar 12:19
3545429
Compare
Choose a tag to compare

Bugfix:

  • ssh to correct challenge (before, debug ssh would always ssh to the newest pod of any challenge)

Changes:

  • debug logs: print logs from all pods & add a --tail 50 parameter to control how many lines to print
  • proof-of-work: modify the pow difficulty so that powDifficultySeconds is roughly seconds

Release 1.0.0

12 Mar 11:43
ad029ed
Compare
Choose a tag to compare

First stable release