From 7168eff437a1bc1e7370c2907702cd883593a7e5 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 5 Sep 2024 18:50:59 +0200 Subject: [PATCH] web/unminify --- web/unminify/index.html | 1 + web/unminify/solve.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 web/unminify/index.html create mode 100755 web/unminify/solve.sh 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