Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting and spelling fixes #173

Merged
merged 3 commits into from
Jan 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions LOOBins/caffeinate.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: caffeinate
author: Ethan Nay
short_description: Prevent the system from sleeping on behalf of a utility.
full_description: caffeinate creates assertions to alter system sleep behavior. If no assertion flags are specified, caffeinate creates an assertion to prevent idle sleep.
If a utility is specified, caffeinate creates the assertions on the utility's behalf, and those assertions will persist for the duration of the utility's execution.
Otherwise, caffeinate creates the assertions directly, and those assertions will persist until caffeinate exits.
full_description: |-
caffeinate creates assertions to alter system sleep behavior. If no assertion flags are specified, caffeinate creates an assertion to prevent idle sleep.
If a utility is specified, caffeinate creates the assertions on the utility's behalf, and those assertions will persist for the duration of the utility's execution.
Otherwise, caffeinate creates the assertions directly, and those assertions will persist until caffeinate exits.
created: 2023-07-12
example_use_cases:
- name: Fork a process
Expand Down
2 changes: 1 addition & 1 deletion LOOBins/defaults.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: defaults
author: Brendan Chamberlain (@infosecB)
short_description: Read, write, and delete user preference values.
full_description: A full length description of the binary goes here.
full_description: The defaults binary is normally used to interact with the user defaults system, a database of macOS used to manage system settings much like the Windows Registry. The database can be abused by threat actors to change settings in attempt to evade defenses or to gain persistence.
created: 2023-05-24
example_use_cases:
- name: Disable Gatekeeper's auto rearm functionality
Expand Down
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