15 lines
723 B
YAML
15 lines
723 B
YAML
slug: grinchs_lottery
|
|
title: "Grinch's Lottery"
|
|
description: "The Grinch has opened a crooked Christmas lottery stand, tempting villagers with the promise of a “shiny present” that no one could ever afford through honest means. But his ancient 32-bit coin ledger is riddled with flaws, and only someone clever enough to twist his shady loan system can outsmart him and steal the holiday prize."
|
|
category: "misc"
|
|
points: 500
|
|
is_visible: true
|
|
complexity: 5
|
|
zip: "local"
|
|
hints:
|
|
- text: "Try inputting different numbers that program does not expect."
|
|
penalty_points: -10
|
|
flag_plaintext: "CTF{n3v3r_tru5t_4_gr1nch_l0tt3ry}"
|
|
service_webshell: true
|
|
service_shell_cmd: "/bin/sh"
|
|
service_shell_args: "/entrypoint.sh local" |