Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Optional programming challenge and solution.

License

Notifications You must be signed in to change notification settings

xorgrant/programming-challenge-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Programming Challenge (2024)

  • challenge - Code used to generate the challenge.
  • solution - A solution to the challenge.

Challenge

There’s a secret message hidden in the image above with the following pattern:

___flag{$SECRET_MESSAGE}___

; where $SECRET_MESSAGE := [a-z0-9_]+

For example, if you have extracted “___flag{hello_w0rld}___”, the $SECRET_MESSAGE is the “hello_w0rld” part. In your application, please provide the $SECRET_MESSAGE and optionally your solution implementation or writeup for the full credit.

License

programming-challenge-2024 is under MIT License.