From 7ba2fa1e272c71400d164cc265069fd946e38c83 Mon Sep 17 00:00:00 2001 From: giMini Date: Sun, 13 May 2018 21:29:12 -0400 Subject: [PATCH 1/2] Update LOLBins.md --- LOLBins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LOLBins.md b/LOLBins.md index b620fcc..bd0ad1f 100644 --- a/LOLBins.md +++ b/LOLBins.md @@ -77,6 +77,7 @@ If you are missing from the acknowledgement, please let me know (I did not forge [Dnx.exe](OtherMSBinaries/Dnx.md) [Dxcap.exe](OtherMSBinaries/Dxcap.md) [Mftrace.exe](OtherMSBinaries/Mftrace.md) +[Msdeploy.exe](OtherMSBinaries/Msdeploy.md) [Msxsl.exe](OtherMSBinaries/Msxsl.md) [Rcsi.exe](OtherMSBinaries/Rcsi.md) [Sqldumper.exe](OtherMSBinaries/Sqldumper.md) From 871520eadefab87a17481f6c04a0de50a3a8b9dc Mon Sep 17 00:00:00 2001 From: giMini Date: Sun, 13 May 2018 21:32:37 -0400 Subject: [PATCH 2/2] Create Msdeploy.md --- OtherMSBinaries/Msdeploy.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 OtherMSBinaries/Msdeploy.md diff --git a/OtherMSBinaries/Msdeploy.md b/OtherMSBinaries/Msdeploy.md new file mode 100644 index 0000000..39768bd --- /dev/null +++ b/OtherMSBinaries/Msdeploy.md @@ -0,0 +1,23 @@ +## Msdeploy.exe + +* Functions: Execute + +``` +msdeploy.exe -verb:sync -source:RunCommand -dest:runCommand="c:\temp\calc.bat" +``` + +Acknowledgements: +* Pierre-Alexandre Braeken - @pabraeken + +Resources: +* https://twitter.com/pabraeken/status/995837734379032576 + +Full path: +``` +C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe +``` + +Notes: +Part of IIS, Microsoft Web Deploy V3 + +