文章分类 -  Pwn

摘要:0x01 coin1: code: from pwn import * import re #context(log_level='debug') #target = remote('pwnable.kr',9007) //经过调试发现只能够运行30s不能够跑完整个程序 target = remot 阅读全文
posted @ 2017-08-19 22:28 1ey 阅读(103) 评论(0) 推荐(0)
摘要:key word: 1.input 2.asm 3.运算符 4.Shellshock 阅读全文
posted @ 2017-08-16 00:21 1ey 阅读(140) 评论(0) 推荐(0)
摘要:key word: 1.got表覆写技术 2.rand()伪随机 阅读全文
posted @ 2017-08-12 16:53 1ey 阅读(141) 评论(0) 推荐(0)
摘要:key word: 1.read() 2.命令行传参数 3.upx 阅读全文
posted @ 2017-08-09 00:27 1ey 阅读(224) 评论(0) 推荐(0)
摘要:0x01 got 01 func函数: fgets(): char *fgets(char *buf, int bufsize, FILE *stream); 参数: *buf: 字符型指针,指向用来存储所得数据的地址。 bufsize: 整型数据,指明存储数据的大小。 *stream: 文件结构体 阅读全文
posted @ 2017-08-06 22:29 1ey 阅读(146) 评论(0) 推荐(0)