Skip to content

Commit

Permalink
Merge pull request #464 from mandiant/package-bloodhound-custom-queries
Browse files Browse the repository at this point in the history
🤖 Add bloodhound-custom-queries.vm
  • Loading branch information
day1player authored Jun 29, 2023
2 parents 851a446 + ce15781 commit 29bdc6e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bloodhound-custom-queries.vm</id>
<version>0.0.0.20230626</version>
<authors>hausec</authors>
<description>Custom Query list for the Bloodhound GUI based off my cheatsheet</description>
<dependencies>
<dependency id="common.vm" />
</dependencies>
</metadata>
</package>
10 changes: 10 additions & 0 deletions packages/bloodhound-custom-queries.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
$ErrorActionPreference = 'Stop'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'BloodHound-Custom-Queries'
$category = 'Information Gathering'

$zipUrl = 'https://github.com/hausec/Bloodhound-Custom-Queries/archive/7ef9099665aa82238bfd57d7a11c09cd4dd9381b.zip'
$zipSha256 = '78a71b9797506200b4c86bdad6799ba8c3519171353ce329dff5ff4fc703ddb0'

VM-Install-Raw-GitHub-Repo $toolName $category $zipUrl $zipSha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$ErrorActionPreference = 'Continue'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'BloodHound-Custom-Queries'
$category = 'Information Gathering'

VM-Uninstall $toolName $category

0 comments on commit 29bdc6e

Please sign in to comment.