Releases: putrequest/PUTcyberCONF-CTF_QA
Releases · putrequest/PUTcyberCONF-CTF_QA
v1.10
Introducing major update with mutliple changes and improvements!
Created binaries for Windows and Linux in onefile
Changelog:
- Added question counter (visible in the upper-right corner
- Added question approval on Enter key pressed
- Added command line options parser:
- from now on the config doesn't need to be named
config.json
- by adding such options
-c <path_to_config>
,--config <path_to_config>
or--config=<path_to_config>
the program will submit this file as a default configuration
- from now on the config doesn't need to be named
- Added case sensitive handling for the answers (e.g. when the password needs to be provided)
q_answer_case_sensitive
key in question config
v1.02
Created binaries for Windows and Linux in onefile form.
Changelog:
- Added
encrypted
key for config file to ensure possible encryption of the answers
v1.01
Created binaries for Windows and Linux in onefile form.
Changelog:
- Added task/question processing
- Application ensures the integrity of config file and replaces null values with None Python keyword
v1.0
Created binaries for Windows and Linux in onefile form.
Changelog:
- Added simple encryption to answers in
config.json
file - Notes how to prepare a config file were added into directory config_example_preparation
v0.11
Version only for Windows
Changelog:
- Fixed task layout (better button placing)
- Fixed task stretching on main layout
v0.1
Created application for management of CTF questions. Application gathers task answers from C:\_config\config.json
location.
Application written for Windows. Just unpack and run CTF-QA.exe