ctfcode:收集一些对CTF事件有用的资料

时间:2021-05-26 06:41:15
【文件属性】:
文件名称:ctfcode:收集一些对CTF事件有用的资料
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-26 06:41:15
Python #CTFCODE 对CTF有用的东西的集合。 ##内容 ###。/ ShellcodeTester 从stdin或文件加载和执行shellcode的简单工具。 支持x32和x64。 用法: cd ShellcodeTester make 32 ./run /path/to/my/shellcode 显然,要小心:) ###。/ ShellcodeBuilder 基本上只是一个Makefile和程序集模板即可构建自定义的shellcode。 用法: cd ShellcodeBuilder # write your shellcode vim shellcode32.asm make 32 之后,继续使用ShellcodeTester直接测试您的新代码: ../ShellcodeTester/run shellcode ###。/ ExploitTemplates
【文件预览】:
ctfcode-master
----gdb.md(1KB)
----ShellcodeBuilder()
--------shellcode32.asm(224B)
--------shellcode64.asm(261B)
--------Makefile(247B)
----ExploitTemplates()
--------python3.py(4KB)
--------python2.py(4KB)
----ShellcodeTester()
--------run.c(2KB)
--------Makefile(155B)
----NetworkProxy()
--------Makefile(74B)
--------tproxy.sh(974B)
--------proxy.go(2KB)
----LICENSE(1KB)
----README.md(1KB)

网友评论