Msdeploy.exe

Microsoft tool used to deploy Web Applications.

AWL Bypass

Local execution of batch file using msdeploy.exe.

msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="{PATH_ABSOLUTE:.bat}"

Launch .bat file via msdeploy.exe. — MITRE: T1218 — Privileges: User

Copy

Copy file.

msdeploy.exe -verb:sync -source:filePath={PATH_ABSOLUTE:.source.ext} -dest:filePath={PATH_ABSOLUTE:.dest.ext}

Copy file from source to destination. — MITRE: T1105 — Privileges: User

Execute

Local execution of batch file using msdeploy.exe.

msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="{PATH_ABSOLUTE:.bat}"

Launch .bat file via msdeploy.exe. — MITRE: T1218 — Privileges: User