incomplete

This commit is contained in:
Maxime Vorwerk
2024-09-20 11:16:38 +01:00
parent e7c1ad648a
commit 63e5b75f0f
5 changed files with 156 additions and 0 deletions

6
sans_alpha/sol.py Executable file
View File

@@ -0,0 +1,6 @@
#!/home/maxime/.pyvenv/bin/python3
from pwn import *
s = ssh(host="mimas.picoctf.net", user="ctf-player" , port=50061, password="6abf4a82")
#sh = s.shell(tty=True)