From 649c2f0337ab1055f6a38a98b1a5060fcfd0bd58 Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Tue, 17 May 2022 13:05:39 +0200 Subject: [PATCH] Completed challenge 246 --- 246/solve.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 246/solve.sh diff --git a/246/solve.sh b/246/solve.sh new file mode 100644 index 0000000..9d909d4 --- /dev/null +++ b/246/solve.sh @@ -0,0 +1,2 @@ +#!/bin/bash -e +python -c "print(chr(0x64) + chr(0x65) + chr(0x37) + chr(0x36))" | python level2.py | grep picoCTF \ No newline at end of file