Fix the proxy user/pass options

bug/bundler_fix
HD Moore 2015-03-31 15:49:43 -05:00
parent a39ba05383
commit 34ff94e0da
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ module Metasploit3
:proxy_host => datastore['PayloadProxyHost'],
:proxy_port => datastore['PayloadProxyPort'],
:proxy_type => datastore['PayloadProxyType'],
:proxy_username => datastore['PayloadProxyUser'],
:proxy_password => datastore['PayloadProxyPass'])
:proxy_user => datastore['PayloadProxyUser'],
:proxy_pass => datastore['PayloadProxyPass'])
end
end