Skip to content

Commit

Permalink
Spelling/formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
infosecB committed Jan 1, 2024
1 parent 6ca9dd2 commit efd53fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions LOOBins/dscacheutil.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions LOOBins/dsconfigad.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LOOBins/ssh-keygen.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit efd53fc

Please sign in to comment.