mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
18 lines
326 B
Markdown
18 lines
326 B
Markdown
|
## Explorer.exe
|
||
|
* Functions: Execute
|
||
|
```
|
||
|
|
||
|
explorer.exe calc.exe
|
||
|
Executes calc.exe as a subprocess of explorer.exe.
|
||
|
```
|
||
|
|
||
|
* Resources:
|
||
|
* https://twitter.com/bohops/status/986984122563391488
|
||
|
|
||
|
* Full path:
|
||
|
* c:\windows\explorer.exe
|
||
|
* c:\windows\sysWOW64\explorer.exe
|
||
|
|
||
|
* Notes: Thanks to Jimmy - @bohops
|
||
|
|