Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
goelp14
GitHub Repository: goelp14/easyctf-iv-problems
Path: blob/master/little_language/solution.txt
671 views
1
This problem has multiple parts:
2
3
- Find that the encrypted file is a png, and open it
4
- Understand the small-step semantics on the image
5
- Basically it says that the "flag" feature of the language reveals a flag when there are globally defined variables "username" and "password" set to root and the proper password
6
- The proper password can be found hidden at the end of the hex in the encrypted file
7
- Enter the appropriate things into the repl while nc'd to the server
8
9
Done!
10
11