mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 04:33:28 +00:00
Update macos-sensitive-locations.md
This commit is contained in:
parent
a70ff8a2c3
commit
65839f444f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Note that when using the security binary to **dump the passwords decrypted**, se
|
|||
|
||||
```bash
|
||||
#security
|
||||
secuirty dump-trust-settings [-s] [-d] #List certificates
|
||||
security dump-trust-settings [-s] [-d] #List certificates
|
||||
security list-keychains #List keychain dbs
|
||||
security list-smartcards #List smartcards
|
||||
security dump-keychain | grep -A 5 "keychain" | grep -v "version" #List keychains entries
|
||||
|
|
Loading…
Reference in a new issue