Commercial NESSUS Update at Beetel Gurgaon: Difference between revisions
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
Next, go to '''https://plugins.nessus.org/offline.php''' and copy and paste the"challenge" string as well as the Activation Code that you received previously intothe appropriate text boxes. | Next, go to '''https://plugins.nessus.org/offline.php''' and copy and paste the"challenge" string as well as the Activation Code that you received previously intothe appropriate text boxes. | ||
This will produce a custom URL that can be used to download the latest Nessus pluginfeed | This will produce a custom URL that can be used to download the latest Nessus pluginfeed '''[[(all-2.0.tar.gz)]]''' along with a link to the '''[[nessus-fetch.rc]]''' file at the bottom ofthe screen. | ||
Note: Save this URL because you will use it every time you update your plugins, asdecribed in the next section. | Note: Save this URL because you will use it every time you update your plugins, asdecribed in the next section. | ||
Latest revision as of 12:48, 28 November 2012
Nessus Offline Update[edit]
# mv /opt/nessus/etc/nessus/nessus-fetch.rc /opt/nessus/etc/nessus/nessus-fetch.rc.bk
# /sbin/service nessusd stop #cd /opt/nessus/sbin #./nessus-fix --reset [provide ooption 'Y']
Now run # /opt/nessus/bin/nessus-fetch --challenge
This will produce a string called"challenge" that looks like the following:
569ccd9ac72ab3a62a3115a945ef8e710c0d73b8
Next, go to https://plugins.nessus.org/offline.php and copy and paste the"challenge" string as well as the Activation Code that you received previously intothe appropriate text boxes.
This will produce a custom URL that can be used to download the latest Nessus pluginfeed (all-2.0.tar.gz) along with a link to the nessus-fetch.rc file at the bottom ofthe screen.
Note: Save this URL because you will use it every time you update your plugins, asdecribed in the next section.
Copy the nessus-fetch.rc file to the host running Nessus in the following directory:
/opt/nessus/etc/nessus/
#cd /opt/nessus/etc/nessus/
#nessus-fetch.exe --register-offline nessus-fetch.rc
Obtain and Install Up-to-date PluginsPerform this step each time you perform an offline update of your plugins.To obtain the newest plugins, go to the URL that was provided in the previous step,download the file named "all-2.0.tar.gz" and save it in the directory
/opt/nessus/sbin/. To install the plugins, perform the following command:
Linux
# /opt/nessus/sbin/nessus-update-plugins all-2.0.tar.gz
#Once the plugins are installed please rebuild plugins database
#/opt/nessus/sbin/nessusd -R (to rebuild the database)
#/sbin/service nessusd start