Download Nessus-update-plugins All-2.0.tar.gz <480p 2024>
If you are trying to use this command and running into issues, check the following:
Use the nessuscli utility to import the plugin package.
Warning: For most modern, internet-connected Nessus installations, you should use nessuscli update --plugins-only or the online feed. This offline tarball is for exceptional use cases. download nessus-update-plugins all-2.0.tar.gz
If you have one machine with internet and need to update many offline scanners:
# Step 1: On the internet-connected machine, download the update via nessuscli
/opt/nessus/sbin/nessuscli update --plugins-only --offline-bundle /tmp/nessus-update-plugins-all-2.0.tar.gz
Wait – does that command create the bundle? No. It attempts an online update. To generate an offline bundle, you need an older Nessus version or use the Tenable’s nessus-fetch tool (deprecated). Modern workaround: If you are trying to use this command
Correct Approach – Use the Tenable Nessus Offline Update Download Script:
Tenable provides a Python script that authenticates to their API and fetches nessus-update-plugins-all-2.0.tar.gz for you. If you have one machine with internet and
wget https://docs.tenable.com/nessus/offline_update/nessus_offline_update_downloader.py
python3 nessus_offline_update_downloader.py --username YOUREMAIL --password YOURPASS --output nessus-update-plugins-all-2.0.tar.gz
This script is the most reliable method for automated downloads.
The file all-2.0.tar.gz is a compressed archive provided by Tenable that contains the complete set of Nessus plugins.
When you run the command nessus-update-plugins all-2.0.tar.gz, you are essentially telling the Nessus scanner: "Stop trying to call home to the internet. Instead, take this specific file I have downloaded, extract it, and install the plugins from it right now."
If your license predates modern APIs, you may request a direct download link from Tenable Support. Include your license activation code and the hostname of the offline scanner. Support will email a time-limited HTTPS link to download nessus-update-plugins-all-2.0.tar.gz.

