Skip to content

Releases: DownUnderCTF/ducky-cli

v0.2.0

19 Feb 11:06

Choose a tag to compare

Full Changelog: https://github.com/DownUnderCTF/ducky-cli/commits/v0.2.0

Implement ducky challenge lint.

USAGE
  $ ducky challenge lint [-I <value>] [-D <value>] [--verbose] [--format text|json]

FLAGS
  -D, --directory=<value>  [default: ./] Challenge directory to lint
  -I, --ignore=<value>     Comma separated list of rule ids to ignore
  --format=(text|json)     [default: text] Output Format
  --verbose                Verbose mode

DESCRIPTION
  Lint a challenge for misconfigurations

Release 0.1.0

17 Feb 11:29

Choose a tag to compare

First release 🎉

Supports ducky challenge init to initialize challenges from .template folders.