From 92cd19ca678337fa3d08154e2e223a1b4d1ccbf8 Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Tue, 17 May 2022 13:54:07 +0200 Subject: [PATCH] Completed challenge 176 --- 176/.gitignore | 1 + 176/solve.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 176/.gitignore create mode 100644 176/solve.sh diff --git a/176/.gitignore b/176/.gitignore new file mode 100644 index 0000000..511cb72 --- /dev/null +++ b/176/.gitignore @@ -0,0 +1 @@ +fang-of-haynekhtnamet \ No newline at end of file diff --git a/176/solve.sh b/176/solve.sh new file mode 100644 index 0000000..1a67039 --- /dev/null +++ b/176/solve.sh @@ -0,0 +1,4 @@ +#!/bin/sh -e +unzip -qquj Addadshashanammu.zip +strings fang-of-haynekhtnamet | grep -oE "picoCTF{[^}]+}" +rm fang-of-haynekhtnamet \ No newline at end of file