Skip to content

Commit bb43f7e

Browse files
author
Brent Cook
committed
use the correct transport for x64/meterpreter_reverse_https
1 parent 007da4a commit bb43f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/singles/windows/x64/meterpreter_reverse_https.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def generate_config(opts={})
5353
exitfunk: datastore['EXITFUNC'],
5454
expiration: datastore['SessionExpirationTimeout'].to_i,
5555
uuid: opts[:uuid],
56-
transports: [transport_config_reverse_http(opts)],
56+
transports: [transport_config_reverse_https(opts)],
5757
extensions: (datastore['EXTENSIONS'] || '').split(',')
5858
}
5959

0 commit comments

Comments
 (0)