We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39ba05 commit 34ff94eCopy full SHA for 34ff94e
modules/payloads/singles/windows/meterpreter_reverse_https.rb
@@ -69,8 +69,8 @@ def generate
69
:proxy_host => datastore['PayloadProxyHost'],
70
:proxy_port => datastore['PayloadProxyPort'],
71
:proxy_type => datastore['PayloadProxyType'],
72
- :proxy_username => datastore['PayloadProxyUser'],
73
- :proxy_password => datastore['PayloadProxyPass'])
+ :proxy_user => datastore['PayloadProxyUser'],
+ :proxy_pass => datastore['PayloadProxyPass'])
74
end
75
76
0 commit comments