Chapter 8
- There are multiple ways an adversary might try to gain access to cookies, including, but not limited to, the following:
1. Using Chrome's remote debugging capabilities
2. Debugging the process memory of a process
3. Accessing the cookies on the hard drive directly
4. Using the tracing features of an operating system
- The name of the go-to debugger on macOS is LLDB.
- The
osascript
Apple utility can be used on macOS to run automated scripts. - Rootless on macOS refers to the security enhancements that prevent even the superuser (root) from modifying or tampering with critical operating system resources. This is often referred to as System Integrity Protection.