Skip to content

Commit

Permalink
Update azurehound.vm to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-packages committed Oct 12, 2023
1 parent 237ef17 commit 9270eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/azurehound.vm/azurehound.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>azurehound.vm</id>
<version>2.1.0</version>
<version>2.1.3</version>
<authors>BloodHoundAD</authors>
<description>AzureHound is the BloodHound data collector for Microsoft Azure.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/azurehound.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'AzureHound'
$category = 'Reconnaissance'

$zipUrl = 'https://github.com/BloodHoundAD/AzureHound/releases/download/v2.1.0/azurehound-windows-amd64.zip'
$zipSha256 = '12d89b6ae1865fdce3094899d9aae854c985d125e04f414d3a8cd2b083c34424'
$zipUrl = 'https://github.com/BloodHoundAD/AzureHound/releases/download/v2.1.3/azurehound-windows-amd64.zip'
$zipSha256 = '5cc2668971e79f20065f0e9ebbff2962a35d99e081da9b8cfd75041ec26e6624'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256

0 comments on commit 9270eaa

Please sign in to comment.