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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Slink — 字母数字 Shellcode (x86) 编码器 | Kitploit
工具/GitHubGitHub/ihack4falafel/slink
Payload生成漏洞利用渗透测试实用工具与框架二进制利用
GitHubihack4falafel/slink

Slink

字母数字 Shellcode (x86) 编码器

查看仓库
76304年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Slink 是一个字母数字 shellcode (x86) 编码器,它使用简单的数学运算对超出 7f 的字符进行重新格式化。该工具的创建受到了以下漏洞利用 EDB-ID: 44455 的启发。以下是当前功能列表:

  • 使用 01-7f 字符集进行编码。
  • 默认排除常见坏字符,如 \x00\x10\x0a\x0d\x20。
  • 通过用 \x90 填充确保 shellcode 可被 4 整除。
  • 接受多种 shellcode 格式作为输入。
  • 指定 shellcode 变量名。
  • 输出编码后的 shellcode。
  • 输出 shellcode 最终大小。

以下演示展示了 Slink 的实际使用效果。

root@kitploit:~
Chanelog:
=========
Version 1.1 (June 2018)
-----------------------
- Add the ability to specify shellcode variable. 
- Add final shellcode size.
- Bug fixes.
- Code optimazation.

Version 1.0 (April 2018)
-----------------------
Initial release!
下载工具