misc/mus1c

This commit is contained in:
2026-07-03 00:40:27 +09:00
parent b77e63e89f
commit f4fa538b5e
3 changed files with 64 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
lyrics.txt
+55
View File
@@ -0,0 +1,55 @@
Pico's a CTFFFFFFF
my mind is waitin
It's waitin
Put my mind of Pico into This
my flag is not found
put This into my flag
put my flag into Pico
shout Pico
shout Pico
shout Pico
My song's something
put Pico into This
Knock This down, down, down
put This into CTF
shout CTF
my lyric is nothing
Put This without my song into my lyric
Knock my lyric down, down, down
shout my lyric
Put my lyric into This
Put my song with This into my lyric
Knock my lyric down
shout my lyric
Build my lyric up, up ,up
shout my lyric
shout Pico
shout It
Pico CTF is fun
security is important
Fun is fun
Put security with fun into Pico CTF
Build Fun up
shout fun times Pico CTF
put fun times Pico CTF into my song
build it up
shout it
shout it
build it up, up
shout it
shout Pico
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p rockstarlang
printf "picoCTF{"
for i in $(rockstar lyrics.rock | tr '\n' ' '); do
printf "\x$(printf "%x" $i)"
done
printf "}\n"