Skip to content

Instantly share code, notes, and snippets.

View lenoctambule's full-sized avatar
😌
Vacances

Lenoctambule lenoctambule

😌
Vacances
View GitHub Profile
from pwn import *
BINARY = "<binary_path>"
LIBC = "<libc_path>"
if __name__ == "__main__":
if len(sys.argv) > 1:
raw = sys.argv[1].split(":")
REMOTE = raw[0]
PORT = int(raw[1])