Skip to content

Commit

Permalink
Add test for keychain dump
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDotL authored Nov 27, 2023
1 parent 9defc5c commit 78d3c30
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions atomics/T1555.001/T1555.001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ atomic_tests:
security find-certificate -a -p > #{cert_export}
security import #{cert_export} -k
name: sh

- name: Keychain Dump
auto_generated_guid:
description: |-
This command will dump keychain credential information from login.keychain.
Source: https://www.loobins.io/binaries/security/
supported_platforms:
- macos
executor:
command: sudo security dump-keychain -d login.keychain
cleanup_command:
name: sh
elevation_required: true

0 comments on commit 78d3c30

Please sign in to comment.