diff --git a/web/unminify/index.html b/web/unminify/index.html new file mode 100644 index 0000000..d1e68a4 --- /dev/null +++ b/web/unminify/index.html @@ -0,0 +1 @@ +picoCTF - picoGym | Unminify Challenge
picoCTF logo


flag art

Welcome to my flag distribution website!

If you're reading this, your browser has succesfully received the flag.

I just deliver flags, I don't know how to read them...


\ No newline at end of file diff --git a/web/unminify/solve.sh b/web/unminify/solve.sh new file mode 100755 index 0000000..864afcf --- /dev/null +++ b/web/unminify/solve.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +grep -o -P "picoCTF{.*?}" index.html