We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf63f6 commit f6b0ba0Copy full SHA for f6b0ba0
Picker I/solution.txt
@@ -4,6 +4,11 @@ since it opens the file flag.txt and prints its contents in hex.
4
Now, code that gets executed is the one that enters infinite loop and waits for you to enter
5
'getRandomNumber' in order to print number 4. Nevertheless, key is the eval() call that executes what you
6
enter, that is, function with the name that you enter.
7
+Let's connect to the host:
8
+
9
+nc saturn.picoctf.net 60412
10
11
12
Since we have win() function, we can just enter 'win' and it will execute it, thus print flag in hex:
13
14
Try entering "getRandomNumber" without the double quotes...
0 commit comments