1

I want shell-spawning shellcodes that is smaller than 295 bytes. Metasploit usually produces shell-spawning shellcodes that are (far) more than 300 bytes.

Or is there anyway I can compress the shell-spawning shellcode?

Edit: I need these shellcodes for Windows XP/2003.

user1613156
  • 69
  • 2
  • 7

2 Answers2

1

Try using aleph1's shellcode. It should be small enough. http://www.phrack.org/issues.html?issue=49&id=14#article

yzernik
  • 1,161
  • 2
  • 13
  • 19
0

Did you try Shell-Storm?

http://www.shell-storm.org/shellcode/shellcode-windows.php

There are a few shell-spawning shellcodes, and other payloads as well. For example:

http://www.shell-storm.org/shellcode/files/shellcode-710.php

http://www.shell-storm.org/shellcode/files/shellcode-705.php

Or you would try a download-and-exec shellcode and put the Metasploit payload in an EXE file.

MarioVilas
  • 912
  • 10
  • 16