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.
- package/dist/commands/exam.js +5 -1
- package/package.json +1 -1
package/dist/commands/exam.js
CHANGED
|
@@ -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('
|
|
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();
|