摘要: 大致框架 官网的一个简单样例 from pwn import * context(arch = 'i386', os = 'linux') r = remote('exploitme.example.com', 31337) EXPLOIT CODE IS HERE r.send(asm(shell 阅读全文
posted @ 2020-02-15 10:35 zer0_1s 阅读(902) 评论(0) 推荐(0)