LOLBAS/OSBinaries/Msdt.md

31 lines
688 B
Markdown
Raw Normal View History

2018-04-18 14:59:53 +00:00
## Msdt.exe
* Functions: Execute
```
2018-05-02 13:46:59 +00:00
Open .diagcab package
msdt.exe -path C:\WINDOWS\diagnostics\index\PCWDiagnostic.xml -af C:\PCW8E57.xml /skip TRUE
2018-04-18 14:59:53 +00:00
```
Acknowledgements:
2018-05-02 13:46:59 +00:00
*Matt harr0ey - @harr0ey
2018-04-18 14:59:53 +00:00
2018-04-18 21:12:38 +00:00
Code sample:
2018-05-02 13:46:59 +00:00
* https://gist.github.com/homjxi0e/3f35212db81b9375b7906031a40c6d87
2018-04-18 21:12:38 +00:00
2018-04-18 14:59:53 +00:00
Resources:
* https://cybersyndicates.com/2015/10/a-no-bull-guide-to-malicious-windows-trouble-shooting-packs-and-application-whitelist-bypass/
* https://oddvar.moe/2017/12/21/applocker-case-study-how-insecure-is-it-really-part-2/
2018-05-02 13:46:59 +00:00
* https://twitter.com/harr0ey/status/991338229952598016
2018-04-18 14:59:53 +00:00
2018-04-18 21:12:38 +00:00
Full path:
```
C:\Windows\System32\Msdt.exe
C:\Windows\SysWOW64\Msdt.exe
```
Notes: