SIP Protected macOS Apps

System Integrity Protection (SIP) While “rootless” was mostly marketing, SIP actually hardened the Mac by preventing modifications to the following locations: /System /usr /bin /sbin All apps preinstalled by Apple…

AutoPkg

Install AutoPkg Install the latest pkg release. This will also install and load a LaunchDaemon used by AutoPkg's packaging component. This allows AutoPkg to build packages without requiring root privileges.…

Log4j

Log4j lsof - list open files for log4j lsof | grep log4j https://github.com/isaacatmann/log4j-search/blob/main/log4j-search.sh https://community.jamf.com/t5/jamf-pro/log4j-vulnerability/m-p/254027 https://medium.com/@anchorbuoy_sftw/log4shell-log4j-zero-day-exploit-and-filemaker-server-e20ebe806e8a

Common Configuration Enumaration (CCE)

The Common Configuration Enumaration (CCE) List provides unique identifiers to security-related system configuration issues in order to improve workflow by facilitating fast and accurate correlation of configuration data across multiple…

Apache macOS

ps aux | grep httpd Internal Apache Binary: /usr/sbin/httpd Start/Stop: sudo /usr/sbin/apachectl start Version: /usr/sbin/apachectl -v Config: /etc/apache2/httpd.conf Find used Apache: which -a httpd whereis httpd /usr/sbin/httpd sudo apachectl stop…