摘要:
#将一个文件分割成固定行的小文件import os import sys num = 0 fnum = 0 path = sys.argv[1] fname = 'data-%d' % fnum fw = open(fname,'w') for t in os.listdir(path): filename = os.path.join(path,t) fd = open(f... 阅读全文
posted @ 2017-03-25 22:40
woxiaohaha
阅读(4061)
评论(0)
推荐(0)
摘要:
开场白 漏洞概述 堆栈溢出 堆栈溢出 从例子 讲起 jsp esp 演示利用过程 为什么这个地址非常重要 jmp esp 查找 shellcode介绍 winexec地址查找 总结利用成功 shellcode开发详解 普通shellcode提取 通用shellcode开发 msf shellcode 阅读全文
posted @ 2017-03-25 22:20
woxiaohaha
阅读(630)
评论(0)
推荐(0)

浙公网安备 33010602011771号