misc: add already solved challenges
This commit is contained in:
1
misc/glitch_cat/output.txt
Normal file
1
misc/glitch_cat/output.txt
Normal file
@@ -0,0 +1 @@
|
||||
'picoCTF{gl17ch_m3_n07_' + chr(0x61) + chr(0x34) + chr(0x33) + chr(0x39) + chr(0x32) + chr(0x64) + chr(0x32) + chr(0x65) + '}'
|
6
misc/glitch_cat/solve.py
Executable file
6
misc/glitch_cat/solve.py
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
if __name__ == "__main__":
|
||||
with open('./output.txt') as file:
|
||||
content = file.read()
|
||||
print(eval(content))
|
Reference in New Issue
Block a user