Jump to content

Commercial NESSUS Update at Beetel Gurgaon

From TetraWiki
Revision as of 12:37, 28 November 2012 by Admin (talk | contribs) (Created page with "<center>'''Nessus Offline Update :-'''</center> <nowiki># mv /opt/nessus/etc/nessus/nessus-fetch.rc /opt/nessus/etc/nessus/nessus-fetch.rc.bk</nowiki><nowiki># /sbin/service ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Nessus Offline Update :-

# 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:569ccd9ac72ab3a62a3115a945ef8e710c0d73b8Next, 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.rcObtain 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