2018-05-27 15:06:09 +01:00
|
|
|
---
|
2018-05-12 23:28:18 +02:00
|
|
|
attack_technique: T1127
|
|
|
|
|
display_name: Trusted Developer Utilities
|
|
|
|
|
atomic_tests:
|
|
|
|
|
- name: MSBuild Bypass Using Inline Tasks
|
|
|
|
|
description: |
|
|
|
|
|
Executes the code in a project file using. C# Example
|
|
|
|
|
supported_platforms:
|
|
|
|
|
- windows
|
|
|
|
|
input_arguments:
|
|
|
|
|
filename:
|
|
|
|
|
description: Location of the project file
|
|
|
|
|
type: Path
|
|
|
|
|
default: T1127.csproj
|
|
|
|
|
executor:
|
|
|
|
|
name: command_prompt
|
2019-09-03 07:34:42 -06:00
|
|
|
elevation_required: false
|
2018-05-12 23:28:18 +02:00
|
|
|
command: |
|
2018-07-12 20:13:57 -04:00
|
|
|
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe #{filename}
|