How to turn Nessus plugins on or off for SecureRecon scans
| Article:HOWTO31167 | | | Created: 2010-08-11 | | | Updated: 2012-07-24 | | | Article URL http://www.symantec.com/docs/HOWTO31167 |
How do I control which Nessus plug-ins are run in a vulnerability scan?
The settings that control the scanning are in the .nessusrc file in the securerecon folder on the scanners. If you want to turn a plug-in on or off, edit the .nessusrc file and look for the following section:
begin(SCANNER_SET)
10180 = yes
11840 = yes
10278 = no
10331 = no
10335 = yes
10841 = no
10336 = no
10796 = no
11219 = no
14259 = no
14272 = no
14274 = no
14663 = no
12241 = yes
end(SCANNER_SET)
This is just an example; your file may not look exactly like this. Just add a line in between begin and end in the SCANNER_SET section with the plug-in id followed by = no to prevent scanning with that plug-in or yes to scan with it. Once you save the file the changes will take effect immediately.
begin(SCANNER_SET)
10180 = yes
11840 = yes
10278 = no
10331 = no
10335 = yes
10841 = no
10336 = no
10796 = no
11219 = no
14259 = no
14272 = no
14274 = no
14663 = no
12241 = yes
end(SCANNER_SET)
This is just an example; your file may not look exactly like this. Just add a line in between begin and end in the SCANNER_SET section with the plug-in id followed by = no to prevent scanning with that plug-in or yes to scan with it. Once you save the file the changes will take effect immediately.
|
|
Article URL http://www.symantec.com/docs/HOWTO31167
Terms of use for this information are found in Legal Notices









Thank you.