Ctfreak - Package Updates
Pinned
Ctfreak
-
[1.5.0]
- Update ctfreak to 1.14.0
- Full changelog
- !!Breaking change!!: the : symbols in SQL report task queries must now be doubled, so as not to be confused with a query parameter
- Parameterizable tasks:
- Project constants can now be used in your SQL report tasks as query parameters
- CF_PC_ project constant prefixes have been renamed to CPC_ (renaming in existing bash and powershell scripts will be done automatically on Ctfreak instance update)
- Fix default submit button issues on some forms
-
[1.6.0]
- Update ctfreak to 1.15.0
- Full changelog
- Add optional HTTP response logging (status, headers and body)
- JSON response body auto-prettifying
- Add FreeBSD amd64 & arm64 build and install process
- Add Linux arm64 build
- Remove Linux arm32 build
- Back-end is now built with Go 1.22
- Update dependencies
- Update internal log timestamp format
-
[1.6.1]
- Update ctfreak to 1.16.0
- Full changelog
- CTFreak can now be used as a read-only SFTP web client for all your nodes
- Smoother UI navigation with improved concurrent read-only access to backend database
- Update dependencies
- Fix saving of node filter tag exclusion when editing tasks
-
[1.7.0]
- Update ctfreak to 1.17.0
- Full changelog
- Execution retention period can now be specified at the project or task level
- Files can be deleted in Node file explorer (requires at least STARTUP Edition)
- Add a delay between failed login attempts to prevent brute-force attacks
- Execution lists can be dynamically filtered by task name
- Node lists can be dynamically filtered by node name
-
[1.7.1]
- Update ctfreak to 1.18.0
- Full changelog
- Maximum number of concurrent child task executions is now configurable for workflow tasks that execute child tasks concurrently
- Child tasks can be disabled/re-enabled (involves a breaking change in child task structure when reading/creating/updating workflow tasks through the API)
- Drag & drop replaces move buttons to reorder Workflow Child tasks
- Update dependencies
- Remove unwanted child tasks deduplication displayed in Workflow task pages
-
[1.7.2]
- Update ctfreak to 1.18.1
- Full changelog
- Fix regression preventing bash script, powershell script, and sql report tasks creation
-
[1.8.0]
- Update ctfreak to 1.19.0
- Full changelog
-
[1.9.0]
- Update ctfreak to 1.20.0
- Full changelog
-
[1.10.0]
- Update ctfreak to 1.21.0
- Full changelog
- Local command tasks support per-second scheduling granularity via an optional parameter for their cron expression (e.g. 20 * * * * * for execution every minute at the 20th second)
- When a local command execution is aborted under linux & freebsd, this abort also applies to child processes
- Execution retention period can now be set to 0 days (for tasks where only the last execution status/date needs to be retained)
- By default, the internal database stores its temporary data in memory. This can now be disabled in the configuration file via the new useMemoryTempStoreFg flag
-
[1.11.0]
- Update ctfreak to 1.22.0
- Full changelog
- Integrated API documentation available at:
https://{YOUR CTFREAK INSTANCE}/api/v1/doc
- Execution timeout can now be specified at the global or project level
- Global execution timeout is mandatory (30 days default)
- At the very least, the global execution timeout is used, so an execution always has a defined timeout.
- Improve logs
- Update dependencies
-
[1.11.1]
- Update ctfreak to 1.22.1
- Full changelog
- Use relative URL instead of external URL defined in global settings to access integrated API documentation