Skip to content

Commit

Permalink
Updated next batch of examples to use the // format
Browse files Browse the repository at this point in the history
  • Loading branch information
l50 committed Sep 8, 2023
1 parent b61ec2d commit f8725d9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ttps/discovery-and-collection/macos/clipdump-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This TTP dumps clipboard contents by making nspasteboard API calls.
You can run the TTP using the following example:

```bash
ttpforge run ttps/discovery-and-collection/macos/clipdump-api/clipdump-api.yaml
ttpforge run forgearmory//discovery-and-collection/macos/clipdump-api/clipdump-api.yaml
```

## Steps
Expand Down
2 changes: 1 addition & 1 deletion ttps/discovery-and-collection/macos/clipdump-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This TTP uses the osascript binary to dump clipboard contents.
You can run the TTP using the following example:

```bash
ttpforge run ttps/discovery-and-collection/macos/clipdump-api/clipdump-api.yaml
ttpforge run forgearmory//discovery-and-collection/macos/clipdump-cli/clipdump-cli.yaml
```

## Steps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

![Meta TTP](https://img.shields.io/badge/Meta_TTP-blue)

Utilize ps to view currently running processes.
Utilize `ps` to view currently running processes.

## Pre-requisites

Ensure that ps is installed on the target system and that you have the necessary
Ensure that `ps` is installed on the target system and that you have the necessary
permissions to run it.

## Examples

Utilize ps to view currently running processes. This TTP does not produce
Utilize `ps` to view currently running processes. This TTP does not produce
artifacts, so it is not necessary to run the clean up afterward:

```bash
ttpforge run ttps/discovery-and-collection/macos/get-running-processes/get-running-processes.yaml
ttpforge run forgearmory//discovery-and-collection/macos/get-running-processes/get-running-processes.yaml
```

## Steps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Run the following to list all configuration profiles on the macOS system.
After execution, you will see a list of installed configuration profiles:

```bash
ttpforge run ttps/discovery-and-collection/macos/list-config-profiles/list-config-profiles.yaml
ttpforge run forgearmory//discovery-and-collection/macos/list-config-profiles/list-config-profiles.yaml
```

## Steps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ user accounts.

## Pre-requisites

Ensure that dscl is installed on the target system and that you have the
Ensure that `dscl` is installed on the target system and that you have the
necessary permissions to run it.

## Examples

Utilize dscl to view all local user accounts on the system. This TTP does
Utilize `dscl` to view all local user accounts on the system. This TTP does
not produce artifacts, so it is not necessary to run the clean up afterward:

```bash
ttpforge run ttps/discovery/macOS/list_local_users/list_local_users.yaml
ttpforge run forgearmory//discovery-and-collection/macos/list-local-users/list-local-users.yaml
```

## Steps

1. **Run dscl**: Execute dscl to view all local user accounts on the system.
1. **Run dscl**: Execute `dscl` to view all local user accounts on the system.

## MITRE ATT&CK Mapping

Expand Down

0 comments on commit f8725d9

Please sign in to comment.