Browse Source

Tenable, afs macbook

Brad Poulton 3 years ago
parent
commit
329822f271
2 changed files with 27 additions and 2 deletions
  1. 7 1
      AFS Macbook Notes.md
  2. 20 1
      Tenable Notes.md

+ 7 - 1
AFS Macbook Notes.md

@@ -152,4 +152,10 @@ One liner: `tmux new-session -d -s caffeinate 'caffeinate -d'`
 ```
 alias cafe='tmux new-session -d -s caffeinate "caffeinate -d"'
 alias nap='tmux kill-session -t caffeinate'
-```
+```
+
+### Sleep settings
+
+I like to put my mac to sleep on weekday nights. Recently i noticed that my mac would not go to sleep after work. I looked around in the settings and found that the “Prevent your Mac from sleeping automatically when the display is off.” setting was enabled. I disabled it and my mac went to sleep. I wanted to share in case someone else needed that info.
+
+settings > battery > power adapter

+ 20 - 1
Tenable Notes.md

@@ -18,12 +18,17 @@ sudo /opt/nessus/sbin/nessuscli -v
 sudo /opt/nessus_agent/sbin/nessuscli -v
 ```
 
-## Log location
+## Log location Tenable.SC
 ```
 /opt/sc/admin/logs  
 /opt/sc/support/logs
 ```  
 
+## Log location Nessus
+```
+/opt/nessus/var/nessus/logs
+``` 
+
 ## Upgrading Nessus and Tenable.sc (Security Center)
 
 - Download the latest RPM from [Tenable Download - Nessus](https://www.tenable.com/downloads/nessus)
@@ -184,6 +189,20 @@ Create a compressed tar archive of the 2 files: (Note: Applications such as 7-Zi
 
 `tar -zcvf upload_this.tar.gz custom_feed_info.inc custom_CA.inc`
 
+### Audit File Annoyances
+
+See https://docs.tenable.com/nessus/compliancechecksreference/Content/UnixBANNER_CHECK.htm for additional help
+
+CIS benchmarks variables
+
+#### Banner Text
+
+Copy the banner from an SSH cmd prompt and paste it into the compliance checks settings text box. 
+
+
+NTP server address: 169\.254\.169\.123
+log server: 192\.168\.0\.1
+
 
 # Tenable Nessus Manager Notes