From e0d888610c27fc80bad51d1eca54de9f0abb3ca4 Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Tue, 17 May 2022 12:42:16 +0200 Subject: [PATCH] Completed challenge 037 --- 037/solve.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 037/solve.sh diff --git a/037/solve.sh b/037/solve.sh new file mode 100644 index 0000000..f597e37 --- /dev/null +++ b/037/solve.sh @@ -0,0 +1,2 @@ +#!/bin/sh -e +strings strings | grep -oE "picoCTF{[^}]+}"