mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-29 05:31:53 +02:00
Removed MD files, we only use the webportal from now on. All MD files moved to archive
This commit is contained in:
27
Archive-Old-Version/OSBinaries/Msbuild.exe.md
Normal file
27
Archive-Old-Version/OSBinaries/Msbuild.exe.md
Normal file
@@ -0,0 +1,27 @@
|
||||
## Msbuild.exe
|
||||
* Functions: Execute
|
||||
```
|
||||
|
||||
msbuild.exe pshell.xml
|
||||
Build and execute a C# project stored in the target XML file.
|
||||
|
||||
msbuild.exe Msbuild.csproj
|
||||
Build and execute a C# project stored in the target CSPROJ file.
|
||||
```
|
||||
|
||||
* Resources:
|
||||
* https://github.com/redcanaryco/atomic-red-team/blob/master/Windows/Execution/Trusted_Developer_Utilities.md
|
||||
* https://github.com/Cn33liz/MSBuildShell
|
||||
* https://pentestlab.blog/2017/05/29/applocker-bypass-msbuild/
|
||||
* https://oddvar.moe/2017/12/13/applocker-case-study-how-insecure-is-it-really-part-1/
|
||||
|
||||
* Full path:
|
||||
* C:\Windows\Microsoft.NET\Framework\v2.0.50727\Msbuild.exe
|
||||
* C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Msbuild.exe
|
||||
* C:\Windows\Microsoft.NET\Framework\v3.5\Msbuild.exe
|
||||
* C:\Windows\Microsoft.NET\Framework64\v3.5\Msbuild.exe
|
||||
* C:\Windows\Microsoft.NET\Framework\v4.0.30319\Msbuild.exe
|
||||
* C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Msbuild.exe
|
||||
|
||||
* Notes: Thanks to Casey Smith - @subtee, Cn33liz - @Cneelis
|
||||
|
Reference in New Issue
Block a user