icoa-cli 2.16.11 → 2.16.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -628,7 +628,11 @@ export function registerExamCommand(program) {
628
628
  console.log(chalk.gray(' Las Vegas. Founded by Jeff Moss (Dark Tangent).'));
629
629
  console.log(chalk.gray(' 2026 marks 30 years of CTF competitions worldwide.'));
630
630
  console.log();
631
- console.log(chalk.gray(' 1996 First CTF @ DEF CON'));
631
+ console.log(chalk.gray(' In a CTF, you solve challenges to find hidden'));
632
+ console.log(chalk.gray(' "flags" — secret codes like: ') + chalk.green('icoa{w3lc0me_2_ctf}'));
633
+ console.log(chalk.gray(' Find it, submit it, score points!'));
634
+ console.log();
635
+ console.log(chalk.gray(' 1996 First CTF @ DEF CON, Las Vegas'));
632
636
  console.log(chalk.gray(' 2016 DARPA Cyber Grand Challenge — AI enters CTF'));
633
637
  console.log(chalk.gray(' 2026 ICOA — First AI Security Olympiad, Sydney'));
634
638
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icoa-cli",
3
- "version": "2.16.11",
3
+ "version": "2.16.12",
4
4
  "description": "ICOA CLI — The world's first CLI-native CTF competition terminal",
5
5
  "type": "module",
6
6
  "bin": {