Skip to content

Commit 7e338fd

Browse files
committed
Land rapid7#9086, proxying fix for nessus_rest_login
2 parents df82619 + 9597157 commit 7e338fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/nessus/nessus_rest_login.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def init(ip)
5151
host: ip,
5252
port: datastore['RPORT'],
5353
uri: datastore['TARGETURI'],
54+
proxies: datastore['PROXIES'],
5455
cred_details: @cred_collection,
5556
stop_on_success: datastore['STOP_ON_SUCCESS'],
5657
bruteforce_speed: datastore['BRUTEFORCE_SPEED'],

0 commit comments

Comments
 (0)