Create get-installed-safari-extensions.md (#537)

Add Get installed safari extensions query to handbook.
This commit is contained in:
Mike Thomas
2021-03-25 09:19:21 -07:00
committed by GitHub
parent 52bb748078
commit a045794cd9
@@ -0,0 +1,16 @@
# Get installed Safari Extensions
Retreives the list of installed Safari Extensions for all users in the target system.
### Support
macOS
### Query
```sql
SELECT safari_extensions.* FROM users join safari_extensions USING (uid);
```
### Purpose
Informational
### Remediation
N/A