diff --git a/LOOBins/dscacheutil.yml b/LOOBins/dscacheutil.yml index 6db6fd0..162449e 100644 --- a/LOOBins/dscacheutil.yml +++ b/LOOBins/dscacheutil.yml @@ -1,8 +1,9 @@ name: dscacheutil author: Ethan Nay short_description: gather information, statistics and initiate queries to the Directory Service cache. -full_description: dscacheutil does various operations against the Directory Service cache including gathering statistics, initiating lookups, inspection, cache flush, etc. - This tool replaces most of the functionality of the lookupd tool previously available in the OS. +full_description: |- + dscacheutil does various operations against the Directory Service cache including gathering statistics, initiating lookups, inspection, cache flush, etc. + This tool replaces most of the functionality of the lookupd tool previously available in the OS. created: 2023-08-23 example_use_cases: - name: Lookup a user diff --git a/LOOBins/dsconfigad.yml b/LOOBins/dsconfigad.yml index bd07fad..44de432 100644 --- a/LOOBins/dsconfigad.yml +++ b/LOOBins/dsconfigad.yml @@ -1,8 +1,7 @@ name: dsconfigad author: Ethan Nay short_description: retrieves/changes configuration for Directory Services Active Directory Plugin. -full_description: This tool allows command-line configuration of the Active Directory Plug-in. dsconfigad has the same functionality for configuring - the Active Directory plugin as the Directory Utility application. It requires "admin" privileges to the local workstation and to the Directory to make changes. +full_description: This tool allows command-line configuration of the Active Directory Plug-in. dsconfigad has the same functionality for configuring the Active Directory plugin as the Directory Utility application. It requires "admin" privileges to the local workstation and to the Directory to make changes. created: 2023-08-23 example_use_cases: - name: Retrieves the Active Directory configuration diff --git a/LOOBins/ssh-keygen.yml b/LOOBins/ssh-keygen.yml index 9673f1a..2c9a6bf 100644 --- a/LOOBins/ssh-keygen.yml +++ b/LOOBins/ssh-keygen.yml @@ -1,7 +1,7 @@ name: ssh-keygen author: Leo Pitt (@_D00mfist) short_description: Load unsigned dynamic libraries into the ssh-keygen binary. -full_description: ssh-keygen is a tool for creating new authentication key pairs for SSH (Secure Shell). ssh-keygen holds the "com.apple.security.cs.disable-library-validation" entitlement and is capable of loading arbitary libraries without requiring signed code. +full_description: ssh-keygen is a tool for creating new authentication key pairs for SSH (Secure Shell). ssh-keygen holds the "com.apple.security.cs.disable-library-validation" entitlement and is capable of loading arbitrary libraries without requiring signed code. created: 2023-05-22 example_use_cases: - name: Execute malicious dynamic library (.dylib) from standard input