PicoCTF Versions Save

The platform used to run picoCTF 2019.

v19.2.10

3 years ago
  • Various dependency updates and fixes
  • Prevents unintended directory traversal in PHP problems by restricting the interpreted file extensions to .php and .inc

v19.2.9

3 years ago

v19.2.8

3 years ago
  • Fixes a problem preventing pip from installing correctly during Ansible installation, contributed by @pranayga (#484)
    • Note that we plan to convert the Ansible playbooks to run on Python 3 soon as a longer-term solution.

v19.2.7

3 years ago

v19.2.6

3 years ago
  • Makes shell server VM disk size configurable, contributed by @pranayga (#483)
  • Adds Ansible option to disable unattended upgrades. This is recommended in situations where a platform instance will be used for a limited duration on a private network and stability is a prime concern. Contributed by @pranayga (#483)

v19.2.5

3 years ago
  • Updates outdated Python cryptography dependency

v19.2.4

3 years ago
  • Resolves an issue with libpam-python (#478) that prevented SSH login for player accounts (#479)
  • Resolves an issue where the wetty.js server would not start successfully (#479)

v19.2.3

3 years ago
  • Automatically disable PIE when using the CompiledBinary problem template, contributed by @m4dSt4cks (#477)

v19.2.2

3 years ago

v19.2.1

3 years ago
  • Fixes Ansible issue when provisioning on Windows via Virtualbox (#473)