MacroHard WeakEdge

This commit is contained in:
Maxime Vorwerk
2024-06-17 01:11:31 +02:00
parent a018059935
commit 2713b694ef
156 changed files with 309 additions and 0 deletions

7
macrohard_weakedge/sol.py Executable file
View 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))