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.
2 parents df82619 + 9597157 commit 7e338fdCopy full SHA for 7e338fd
modules/auxiliary/scanner/nessus/nessus_rest_login.rb
@@ -51,6 +51,7 @@ def init(ip)
51
host: ip,
52
port: datastore['RPORT'],
53
uri: datastore['TARGETURI'],
54
+ proxies: datastore['PROXIES'],
55
cred_details: @cred_collection,
56
stop_on_success: datastore['STOP_ON_SUCCESS'],
57
bruteforce_speed: datastore['BRUTEFORCE_SPEED'],
0 commit comments