Skip to content

Commit 79753f7

Browse files
committed
Slight fix to the transport config
1 parent ba32668 commit 79753f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def generate_reverse_http(opts={})
9191
# Generate the transport-specific configuration
9292
#
9393
def transport_config(opts={})
94-
transport_config_reverse_https(opts)
94+
transport_config_reverse_http(opts)
9595
end
9696

9797
#

0 commit comments

Comments
 (0)