Skip to content

Commit

Permalink
Update sharphound.vm to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-packages committed Dec 12, 2023
1 parent 58fd4d1 commit 0915848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sharphound.vm/sharphound.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>sharphound.vm</id>
<version>2.0.1</version>
<version>2.3.0</version>
<authors>specterops</authors>
<description>SharpHound is an Active Directory ingester tool for BloodHound.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/sharphound.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 = 'SharpHound'
$category = 'Reconnaissance'

$zipUrl = 'https://github.com/BloodHoundAD/SharpHound/releases/download/v2.0.1/SharpHound-v2.0.1.zip'
$zipSha256 = 'a6f73c1a75d14322aa4993fe498299ab55866ba74440f8a52d4dffe85594de2f'
$zipUrl = 'https://github.com/BloodHoundAD/SharpHound/releases/download/v2.3.0/SharpHound-v2.3.0.zip'
$zipSha256 = 'dd6e426856acc656cadd4587fa002d4fe50f3370915932256887fa3d9d016687'

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

0 comments on commit 0915848

Please sign in to comment.