mus1c


Description


I wrote you a song. Put it in the picoCTF{} flag format.

Hints


Step(s)


  1. When first looking at the file it does not make much sense but seeing the repeating of “shout” and “put” and that the file does look like some sort of program. With these in mind if we take a look at the hint we can see that you can master “rockstar” so if we do a google search of put shout rockstar which will show us that there is a programming language called rockstar.
  2. Using the Rockstar editor we can input the text of the file to get the output:
114
114
114
111
99
107
110
114
110
48
49
49
51
114
  1. Then using cyberchef we can decode this to get our flag or Since it looks close to decimal encoding we can use any decimal decoder

Flag