Skip to content

Commit 9597157

Browse files
committed
Make nessus_rest_login scanner proxy-aware again
1 parent c67a587 commit 9597157

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)