分类
排序
转-靶机精讲之Brainpan1
靶机精讲之Brainpan1,详细讲解缓冲区溢出漏洞的识别、重现,讲解定位eip、寄存器扩容、坏字节识别、jmp esp定位,payload生成等细节技术,从零开始手工编写漏洞利用代码,详细讲解编译器Immuni...
黑客最常用的10款黑客工具
把Deepin塞进U盘,即插即用,小白都懂的Linux To Go教程
写一个挖掘linux系统里堆溢出的程序
//写一个挖掘linux系统里堆溢出的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #define ERR_EXIT(m) \ do \ { \ perror(m);...
挖掘linux系统程序里栈溢出的程序(来自AI)
//挖掘linux系统程序里栈溢出的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <s...









