Skip to content

Instantly share code, notes, and snippets.

View UDPctf's full-sized avatar

UDP UDPctf

View GitHub Profile
@UDPctf
UDPctf / solve.py
Created July 16, 2023 08:02
zer0pts CTF 2023 - himitsu note exploit script
#!/usr/bin/env python3
from pwn import *
elf = ELF("./chall_patched")
libc = ELF("./libc-2.31.so")
ld = ELF("./ld-2.31.so")
context.binary = elf
#p = process(elf.path)