((better)) Download Nessus-update-plugins All-2.0.tar.gz Here
Copy the string of characters displayed in the terminal output. Step 2: Register and Download the Archive Perform an Offline Tenable Web App Scanning Plugins Update
If you prefer the terminal or are working on a headless server, use the
To obtain the download link, you first need a unique challenge code from your Nessus installation.
/opt/nessus/sbin/nessuscli --version /opt/nessus/sbin/nessuscli feed info download nessus-update-plugins all-2.0.tar.gz
Assuming you have a Nessus installation (typically under /opt/nessus/ on Linux), the general process is:
This specific compressed file contains the entire library of Nessus plugins. Because security environments often lack direct internet access to Tenable's update servers, this "all-plugins" bundle allows administrators to keep their scanners current without compromising network isolation.
Security administrators frequently deploy Tenable Nessus in air-gapped environments. These isolated networks lack direct internet access to protect critical infrastructure. Because Nessus relies on daily plugin updates to detect the latest vulnerabilities, managing these updates offline requires a manual approach. Copy the string of characters displayed in the
The "2.0" tag is a holdover from the evolution of Nessus. In the early days of Nessus (open source), plugin structures changed frequently. As the scanner engine (now nessusd ) matured, the architecture stabilized into what Tenable calls "Nessus 2.x" engine compatibility. Even modern Nessus versions still refer to the plugin feed structure broadly compatible with this 2.0 architecture standard.
For Windows installations:Open the Command Prompt as an Administrator and navigate to the Nessus directory. Run the command: nessuscli update all-2.0.tar.gz.
Let’s break down the components:
– Official Nessus plugins are typically updated via nessuscli update or downloaded as all-2.0.tar.gz from the Tenable support portal, but not prefixed with download nessus-update-plugins . That prefix suggests either a third-party script or an unofficial repackaging.
/opt/nessus/sbin/nessuscli update
Example minimal manual workflow (commands) Because Nessus relies on daily plugin updates to
To download and install the all-2.0.tar.gz plugin archive for Tenable Nessus, you typically follow the procedure. This is necessary for systems without direct internet access or for air-gapped environments. 1. Download the Plugin Archive
Obtain a unique identifier from your offline Nessus scanner.
Using your walk through and additional resources, I was able to solve the installation problem.
Below is a link to my GitHub comment in regards to this issue:
https://github.com/benfred/implicit/issues/76#issuecomment-468733978
LikeLike