Create get-installed-safari-extensions.md (#537)
Add Get installed safari extensions query to handbook.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user