Skip to content

Commit 34ff94e

Browse files
author
HD Moore
committed
Fix the proxy user/pass options
1 parent a39ba05 commit 34ff94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/payloads/singles/windows/meterpreter_reverse_https.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def generate
6969
:proxy_host => datastore['PayloadProxyHost'],
7070
:proxy_port => datastore['PayloadProxyPort'],
7171
:proxy_type => datastore['PayloadProxyType'],
72-
:proxy_username => datastore['PayloadProxyUser'],
73-
:proxy_password => datastore['PayloadProxyPass'])
72+
:proxy_user => datastore['PayloadProxyUser'],
73+
:proxy_pass => datastore['PayloadProxyPass'])
7474
end
7575

7676
end

0 commit comments

Comments
 (0)