Slink 是一个字母数字 shellcode (x86) 编码器,它使用简单的数学运算对超出 7f 的字符进行重新格式化。该工具的创建受到了以下漏洞利用 EDB-ID: 44455 的启发。以下是当前功能列表:
01-7f 字符集进行编码。\x00\x10\x0a\x0d\x20。\x90 填充确保 shellcode 可被 4 整除。以下演示展示了 Slink 的实际使用效果。
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!