var img = document.createElement('img'); img.src = "https://calabrone.net/piwik.php?idsite=2&rec=1&url=https://stinger.io" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

Introduction

Performing local privilege escalation on macOS requires an in-depth understanding of the OS’s security mechanisms, file system structure, and common misconfigurations. The following outline provides a comprehensive list of checks and steps for a Red Team engagement on macOS, including expected outputs where applicable.