diff --git a/packages/wmimplant.vm/tools/chocolateyinstall.ps1 b/packages/wmimplant.vm/tools/chocolateyinstall.ps1 index 52d780beb..871f21c62 100644 --- a/packages/wmimplant.vm/tools/chocolateyinstall.ps1 +++ b/packages/wmimplant.vm/tools/chocolateyinstall.ps1 @@ -6,5 +6,6 @@ $category = 'Command & Control' $ps1Url = 'https://raw.githubusercontent.com/RedSiege/WMImplant/0ed3c3cba9c5e96d0947c3e73288d450ac8d8702/WMImplant.ps1' $ps1Sha256 = '4226f7d50145fadce8b564b5dadfa38d067e155173af1dba4d41afb4a2d5b2ab' +$ps1Cmd = ". .\WMImplant; Invoke-WMImplant" -VM-Install-Single-Ps1 $toolName $category $ps1Url -ps1Sha256 $ps1Sha256 +VM-Install-Single-Ps1 $toolName $category $ps1Url -ps1Sha256 $ps1Sha256 -ps1Cmd $ps1Cmd diff --git a/packages/wmimplant.vm/wmimplant.vm.nuspec b/packages/wmimplant.vm/wmimplant.vm.nuspec index 1f76467e8..ba3f54e0b 100644 --- a/packages/wmimplant.vm/wmimplant.vm.nuspec +++ b/packages/wmimplant.vm/wmimplant.vm.nuspec @@ -2,7 +2,7 @@ wmimplant.vm - 0.0.0.20230713 + 0.0.0.20240125 RedSiege WMImplant is a PowerShell based tool that leverages WMI to both perform actions against targeted machines, but also as the C2 channel for issuing commands and receiving results.