: "C:\Program Files\Tenable\Nessus\nessuscli.exe" update all-2.0.tar.gz
– Compare MD5/SHA256 from the Tenable portal post-download.
: Check the About page in the Nessus UI to verify that the "Plugin Set" date has updated to the current version. Update Plugins Offline (Tenable Nessus 10.12) download nessus-update-plugins all-2.0.tar.gz
/opt/nessus/sbin/nessuscli --version /opt/nessus/sbin/nessuscli managed list plugins
: Input the Challenge Code from Step 1 and your Nessus Activation Code (license key). : "C:\Program Files\Tenable\Nessus\nessuscli
Because this file is tied to your specific license, it is not available via a generic public link. Follow these steps to obtain it:
sudo ./nessuscli update /path/to/nessus-update-plugins-all-2.0.tar.gz Because this file is tied to your specific
: Depending on your Nessus version, you might find an "Advanced Settings" or "Plugin Updates" section. Look for an option to upload or install a plugin update.
#!/bin/bash LATEST=$(ls -t /downloads/nessus-update-plugins-*.tar.gz | head -1) cp "$LATEST" /media/usb/nessus-update.tar.gz echo "$(date): Copied $LATEST to USB" >> /var/log/nessus-offline-sync.log
While nessus-update-plugins all-2.0.tar.gz may be an older or custom-named package, the standard process is: