Catalog LOLBAS

LOL · Script

Launch-VsDevShell.ps1

2 techniques WindowsLOLBAS GPL-3.0

Execute

Execution Windows

Execute binaries from the context of the signed script using the "VsWherePath" flag.

Use Proxy execution

powershell -ep RemoteSigned -f .\Launch-VsDevShell.ps1 -VsWherePath {PATH_ABSOLUTE:.exe}
Context
user
Native
Execute
MITRE
T1216

Execute

Execution Windows

Execute binaries and commands from the context of the signed script using the "VsInstallationPath" flag.

Use Proxy execution

powershell -ep RemoteSigned -f .\Launch-VsDevShell.ps1 -VsInstallationPath "/../../../../../; {PATH:.exe} ;"
Context
user
Native
Execute
MITRE
T1216