mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-02 10:07:01 +01:00
Update Msbuild.yml Tags
Added Tags: - Execute : CSharp - Execute CMD - Input Custom Format
This commit is contained in:
parent
377c4b4084
commit
eef914dc7b
@ -11,6 +11,9 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1127.001
|
MitreID: T1127.001
|
||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||||
|
Tags:
|
||||||
|
- Execute: Csharp
|
||||||
|
- Input: Custom Format
|
||||||
- Command: msbuild.exe project.csproj
|
- Command: msbuild.exe project.csproj
|
||||||
Description: Build and execute a C# project stored in the target csproj file.
|
Description: Build and execute a C# project stored in the target csproj file.
|
||||||
Usecase: Compile and run code
|
Usecase: Compile and run code
|
||||||
@ -18,6 +21,9 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1127.001
|
MitreID: T1127.001
|
||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||||
|
Tags:
|
||||||
|
- Execute: Csharp
|
||||||
|
- Input: Custom Format
|
||||||
- Command: msbuild.exe /logger:TargetLogger,C:\Loggers\TargetLogger.dll;MyParameters,Foo
|
- Command: msbuild.exe /logger:TargetLogger,C:\Loggers\TargetLogger.dll;MyParameters,Foo
|
||||||
Description: Executes generated Logger DLL file with TargetLogger export
|
Description: Executes generated Logger DLL file with TargetLogger export
|
||||||
Usecase: Execute DLL
|
Usecase: Execute DLL
|
||||||
@ -27,6 +33,7 @@ Commands:
|
|||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||||
Tags:
|
Tags:
|
||||||
- Execute: DLL
|
- Execute: DLL
|
||||||
|
- Input: Custom Format
|
||||||
- Command: msbuild.exe project.proj
|
- Command: msbuild.exe project.proj
|
||||||
Description: Execute jscript/vbscript code through XML/XSL Transformation. Requires Visual Studio MSBuild v14.0+.
|
Description: Execute jscript/vbscript code through XML/XSL Transformation. Requires Visual Studio MSBuild v14.0+.
|
||||||
Usecase: Execute project file that contains XslTransformation tag parameters
|
Usecase: Execute project file that contains XslTransformation tag parameters
|
||||||
@ -36,6 +43,7 @@ Commands:
|
|||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||||
Tags:
|
Tags:
|
||||||
- Execute: WSH
|
- Execute: WSH
|
||||||
|
- Input: Custom Format
|
||||||
- Command: msbuild.exe @sample.rsp
|
- Command: msbuild.exe @sample.rsp
|
||||||
Description: By putting any valid msbuild.exe command-line options in an RSP file and calling it as above will interpret the options as if they were passed on the command line.
|
Description: By putting any valid msbuild.exe command-line options in an RSP file and calling it as above will interpret the options as if they were passed on the command line.
|
||||||
Usecase: Bypass command-line based detections
|
Usecase: Bypass command-line based detections
|
||||||
@ -43,6 +51,9 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1036
|
MitreID: T1036
|
||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||||
|
Tags:
|
||||||
|
- Execute: CMD
|
||||||
|
- Input: Custom Format
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.50727\Msbuild.exe
|
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.50727\Msbuild.exe
|
||||||
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Msbuild.exe
|
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Msbuild.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user