|
@@ -2,20 +2,26 @@
|
|
|
|
|
|
|
|
|
## Service
|
|
|
-`systemctl status SecurityCenter`
|
|
|
-`systemctl start nessusd`
|
|
|
-`systemctl status nessusagent`
|
|
|
+```
|
|
|
+systemctl status SecurityCenter
|
|
|
+systemctl start nessusd
|
|
|
+systemctl status nessusagent
|
|
|
+```
|
|
|
|
|
|
-Show Version
|
|
|
-`sudo /opt/nessus/sbin/nessuscli -v`
|
|
|
-`sudo /opt/nessus_agent/sbin/nessuscli -v`
|
|
|
+## Show Version
|
|
|
+```
|
|
|
+sudo /opt/nessus/sbin/nessuscli -v
|
|
|
+sudo /opt/nessus_agent/sbin/nessuscli -v
|
|
|
+```
|
|
|
|
|
|
## Log location
|
|
|
-/opt/sc/admin/logs
|
|
|
+```
|
|
|
+/opt/sc/admin/logs
|
|
|
/opt/sc/support/logs
|
|
|
+```
|
|
|
|
|
|
## Upgrading
|
|
|
-- Download the latest RPM from https://www.tenable.com/downloads/nessus
|
|
|
+- Download the latest RPM from [Tenable Download - Nessus](https://www.tenable.com/downloads/nessus)
|
|
|
- Check the sha256 on your mac with `shasum -a 256 Nessus-8.15.1-es7.x86_64.rpm`
|
|
|
- Use teleport to scp the file to the test and prod repo server; See [How to add a new package to the Reposerver](Reposerver%20Notes.md)
|
|
|
- Update the tenable repo per the Reposerver Notes above
|