MacroHard WeakEdge
This commit is contained in:
7
macrohard_weakedge/sol.py
Executable file
7
macrohard_weakedge/sol.py
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/home/maxime/.pyvenv/bin/python3
|
||||
from base64 import b64decode
|
||||
|
||||
with open("flag_enc", 'r') as f:
|
||||
text = f.read().replace(' ', '').strip() + '=='
|
||||
print(b64decode(text))
|
||||
|
||||
Reference in New Issue
Block a user