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