Fix https convention
parent
8bae58d631
commit
b105a88b95
|
@ -34,6 +34,6 @@ module Metasploit3
|
|||
'Platform' => 'win',
|
||||
'Arch' => ARCH_X86,
|
||||
'Handler' => Msf::Handler::ReverseHttps,
|
||||
'Convention' => 'sockedi http'))
|
||||
'Convention' => 'sockedi https'))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue