Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.
/ picoCTF Public archive

Releases: picoCTF/picoCTF

picoCTF 2019.2.10

21 Apr 20:47
fb09fa2
Compare
Choose a tag to compare
  • Various dependency updates and fixes
  • Prevents unintended directory traversal in PHP problems by restricting the interpreted file extensions to .php and .inc

picoCTF 2019.2.9

05 Feb 07:24
9afb9f9
Compare
Choose a tag to compare

picoCTF 2019.2.8

24 Jan 04:38
dde2e3e
Compare
Choose a tag to compare
  • 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.

picoCTF 2019.2.7

22 Jan 22:17
8f502cb
Compare
Choose a tag to compare
  • Fixes a problem preventing browser-based shell access by pinning wetty@2.0.2.

picoCTF 2019.2.6

12 Jan 23:50
7eb4da9
Compare
Choose a tag to compare
  • 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)

picoCTF 2019.2.5

04 Dec 23:08
3841f13
Compare
Choose a tag to compare
  • Updates outdated Python cryptography dependency

picoCTF 2019.2.4

13 Oct 05:47
8fd05bc
Compare
Choose a tag to compare
  • 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)

picoCTF 2019.2.3

22 Sep 20:07
ba3829b
Compare
Choose a tag to compare
  • Automatically disable PIE when using the CompiledBinary problem template, contributed by @m4dSt4cks (#477)

picoCTF 2019.2.2

26 Aug 21:15
Compare
Choose a tag to compare
  • Adds experimental shell_manager containerize command, contributed by @royragsdale (#474)
  • Makes the Docker TCP socket accessible via host port 2223 for local deployments (aa8119e)
  • Pins Ansible version at 2.9.11 for local deployments to fix #475 (#476)
  • Adds workaround to enable skipping xinetd service file creation for Service type Hacksport problems (863a18a)

picoCTF 2019.2.1

08 Jul 19:12
5dc20bc
Compare
Choose a tag to compare
  • Fixes Ansible issue when provisioning on Windows via Virtualbox (#473)