Fix https convention

bug/bundler_fix
HD Moore 2015-03-11 21:26:31 -05:00
parent 8bae58d631
commit b105a88b95
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ module Metasploit3
'Platform' => 'win',
'Arch' => ARCH_X86,
'Handler' => Msf::Handler::ReverseHttps,
'Convention' => 'sockedi http'))
'Convention' => 'sockedi https'))
end
end