我想要小于295字节的shell-spawning外壳代码。Metasploit通常会生成(远远)超过300个字节的shell-spawning外壳代码。
或者有没有什么办法可以压缩生成shell的shell代码?
编辑:我需要这些Windows XP/2003的外壳代码。
发布于 2012-09-02 13:30:04
它应该足够小。http://www.phrack.org/issues.html?issue=49&id=14#article
发布于 2013-01-14 00:32:34
你试过Shell-Storm吗?
http://www.shell-storm.org/shellcode/shellcode-windows.php
这里有一些生成shell的shell代码,以及其他有效负载。例如:
http://www.shell-storm.org/shellcode/files/shellcode-710.php
http://www.shell-storm.org/shellcode/files/shellcode-705.php
或者,您可以尝试下载并执行外壳代码,并将Metasploit有效负载放入一个EXE文件中。
https://stackoverflow.com/questions/12233287
复制相似问题