Skip to content

Commit

Permalink
Merge pull request #866 from mandiant/wmimplant-fix
Browse files Browse the repository at this point in the history
Fix WMImplant shortcut so it executes properly
  • Loading branch information
emtuls authored Jan 29, 2024
2 parents 5f451e9 + 4cf5836 commit 353e5de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/wmimplant.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/wmimplant.vm/wmimplant.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wmimplant.vm</id>
<version>0.0.0.20230713</version>
<version>0.0.0.20240125</version>
<authors>RedSiege</authors>
<description>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.</description>
<dependencies>
Expand Down

0 comments on commit 353e5de

Please sign in to comment.