Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
shellcode — 我的 shellcode 样本集合。 | Kitploit
工具/GitHubGitHub/0xdea/shellcode
漏洞利用Shellcode渗透测试学习与教育Payload 开发二进制利用
GitHub0xdea/shellcode

shellcode

我的 shellcode 样本集合。

查看仓库
26331个月前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

shellcode

“漏洞为一台从未被编程过、且并非为可编程性而设计的计算机提供了一种汇编语言。”

-- Halvar Flake

一系列新旧 shellcode 样本。

文章

  • https://hnsecurity.it/blog/new-and-old-shellcode-samples/

Shellcode

x86

  • setuid-linux.c。适用于 Linux/x86 的旧版 setuid/execve shellcode(30 字节)。
  • portbind-linux.c。适用于 Linux/x86 的旧版 setuid/portbind shellcode(96 字节)。
  • reusage-linux.c。适用于 Linux/x86 的旧版 execve shellcode,重用 .rodata 中的 "/bin/sh"(16 字节)。
  • gets-linux.c。适用于 Linux/x86 的旧版 stdin-reopen/execve shellcode,可用于对抗 gets() 缓冲区溢出。
  • raptorcode.c。适用于 Linux/x86 的旧版 shellcode,向当前 tty 写入一条消息。
  • setuid-bsd.c。适用于 BSD/x86 的旧版 setuid/execve shellcode(30 字节)。
  • portbind-bsd.c。适用于 BSD/x86 的旧版 setuid/portbind shellcode(94 字节)。
  • leetcode.c。适用于 BSD/x86 的旧版 setuid/execve shellcode,代码中嵌入了一条 ASCII 消息。

x86_64

  • read-no-H.s。不含 0x48 字节的 Linux/x86_64 sendfile shellcode。
  • exec-no-H.s。不含 0x48 字节的 Linux/x86_64 exec shellcode。
  • read-no-syscall.s。不含 0x0f05 字节的 Linux/x86_64 sendfile shellcode。
  • read-write.s。Linux/x86_64 文件读/写 shellcode。
  • chmod-tiny.s。12 字节的 Linux/x86_64 chmod 4 shellcode。
  • exec-tiny.s。12 字节的 Linux/x86_64 exec shellcode。

SPARC

  • sparc_solaris_exec.c。Solaris/SPARC setuid/execve shellcode(60 字节)。
  • sparc_solaris_chmod.c。Solaris/SPARC setuid/chmod/exit shellcode(64 字节)。
  • sparc_solaris_chmod2.c。非常小的 Solaris/SPARC chmod shellcode(36 字节)。

MIPS

  • mips_n32_msb_linux_revsh.c。基本的 MIPS N32 MSB Linux 反向 shellcode。
下载工具