Completed challenge 246

This commit is contained in:
Michael Chen 2022-05-17 13:05:39 +02:00
parent 42e2486143
commit 649c2f0337
No known key found for this signature in database
GPG Key ID: FD1BAF55F0CBDCF9

2
246/solve.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash -e
python -c "print(chr(0x64) + chr(0x65) + chr(0x37) + chr(0x36))" | python level2.py | grep picoCTF