mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 14:59:03 +01:00
18 lines
463 B
Markdown
18 lines
463 B
Markdown
|
## Tracker.exe
|
||
|
* Functions: Execute
|
||
|
```
|
||
|
|
||
|
Tracker.exe /d .\calc.dll /c C:\Windows\write.exe
|
||
|
Use tracker.exe to proxy execution of an arbitrary DLL into another process. Since tracker.exe is also signed it can be used to bypass application whitelisting solutions.
|
||
|
```
|
||
|
|
||
|
* Resources:
|
||
|
* https://twitter.com/subTee/status/793151392185589760
|
||
|
* https://attack.mitre.org/wiki/Execution
|
||
|
|
||
|
* Full path:
|
||
|
*
|
||
|
|
||
|
* Notes: Thanks to Casey Smith - @subTee
|
||
|
|