Skip to content

Commit b105a88

Browse files
author
HD Moore
committed
Fix https convention
1 parent 8bae58d commit b105a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/stagers/windows/reverse_winhttps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ def initialize(info = {})
3434
'Platform' => 'win',
3535
'Arch' => ARCH_X86,
3636
'Handler' => Msf::Handler::ReverseHttps,
37-
'Convention' => 'sockedi http'))
37+
'Convention' => 'sockedi https'))
3838
end
3939
end

0 commit comments

Comments
 (0)