File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
modules/payloads/singles/windows Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ def generate
66
66
:expiration => datastore [ 'SessionExpirationTimeout' ] . to_i ,
67
67
:comm_timeout => datastore [ 'SessionCommunicationTimeout' ] . to_i ,
68
68
:ua => datastore [ 'MeterpreterUserAgent' ] ,
69
- :proxyhost => datastore [ 'PROXYHOST ' ] ,
70
- :proxyport => datastore [ 'PROXYPORT ' ] ,
71
- :proxy_type => datastore [ 'PROXY_TYPE ' ] ,
72
- :proxy_username => datastore [ 'PROXY_USERNAME ' ] ,
73
- :proxy_password => datastore [ 'PROXY_PASSWORD ' ] )
69
+ :proxy_host => datastore [ 'PayloadProxyHost ' ] ,
70
+ :proxy_port => datastore [ 'PayloadProxyPort ' ] ,
71
+ :proxy_type => datastore [ 'PayloadProxyType ' ] ,
72
+ :proxy_user => datastore [ 'PayloadProxyUser ' ] ,
73
+ :proxy_pass => datastore [ 'PayloadProxyPass ' ] )
74
74
end
75
75
76
76
end
You can’t perform that action at this time.
0 commit comments