misc: add already solved challenges

This commit is contained in:
2024-09-01 22:10:44 +02:00
parent 532e093122
commit 45b391c5f1
49 changed files with 10605 additions and 0 deletions

11
misc/bases/solve.py Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p python3 python3Packages.pwntools
from pwn import *
cipher = 'bDNhcm5fdGgzX3IwcDM1'
print("picoCTF{", end="")
print(b64d(cipher).decode('latin-1'), end="")
print("}")