Skip to content

Commit 8bae58d

Browse files
author
HD Moore
committed
Updated cache sizes
1 parent 479a9cc commit 8bae58d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lib/msf/core/payload/windows/reverse_winhttp.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ def asm_reverse_winhttp(opts={})
182182
xchg esi, eax ; save HttpRequest handler in esi
183183
^
184184

185-
# TODO
186185
if opts[:ssl]
187186
asm << %Q^
188187
; WinHttpSetOption (hInternet, WINHTTP_OPTION_SECURITY_FLAGS, &buffer, sizeof(buffer) );

modules/payloads/stagers/windows/reverse_winhttp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
module Metasploit3
1313

14-
CachedSize = 323
14+
CachedSize = 325
1515

1616
include Msf::Payload::Stager
1717
include Msf::Payload::Windows

modules/payloads/stagers/windows/reverse_winhttps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
module Metasploit3
1313

14-
CachedSize = 343
14+
CachedSize = 345
1515

1616
include Msf::Payload::Stager
1717
include Msf::Payload::Windows

0 commit comments

Comments
 (0)