我想要小于 295 字节的 shell 生成 shellcode。Metasploit 通常会生成(远)超过 300 字节的 shell 生成 shellcode。
或者无论如何我可以压缩生成shell的shellcode?
编辑:我需要这些用于 Windows XP/2003 的 shellcode。
我想要小于 295 字节的 shell 生成 shellcode。Metasploit 通常会生成(远)超过 300 字节的 shell 生成 shellcode。
或者无论如何我可以压缩生成shell的shellcode?
编辑:我需要这些用于 Windows XP/2003 的 shellcode。
尝试使用 aleph1 的 shellcode。它应该足够小。 http://www.phrack.org/issues.html?issue=49&id=14#article
你试过壳牌风暴吗?
http://www.shell-storm.org/shellcode/shellcode-windows.php
有一些生成 shell 的 shellcode 和其他有效载荷。例如:
http://www.shell-storm.org/shellcode/files/shellcode-710.php
http://www.shell-storm.org/shellcode/files/shellcode-705.php
或者,您可以尝试下载并执行 shellcode,并将 Metasploit 有效负载放入 EXE 文件中。