AlpacaHack Logo

Challenges

Sign InSign Up

Type

Display

Difficulty

Rows:

DIFF.CHALLENGEAUTHORS

SOLVES

Loading challenges...

Rows:

Greetings i18n

Daily AlpacaHackTopic: PythonReleased: Jul 26, 2026

48 solves
Web
Hard6.5

by

tchen

tchen

Only two languages are supported for now.

Beginner Hint
  • str.format is usually considered unsafe when the template string comes from user input. How can you abuse this?
  • If you want to know which attributes are available on a Python object, you can run the code locally and use print(dir(obj)).
greetings-i18n.tar.gz

Please sign in to submit the flag.

descriptionsolveswriteups