Skip to content

Commit

Permalink
Merge pull request #104 from noraj/noraj/bqm
Browse files Browse the repository at this point in the history
add bqm
  • Loading branch information
ShutdownRepo authored Apr 3, 2023
2 parents 2b53281 + 74b6fd0 commit 4ff17f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sources/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3252,6 +3252,13 @@ function install_PassTheCert() {
add-test-command "passthecert.py --help"
}

function install_bqm() {
colorecho "Installing BQM"
gem install bqm --no-wrapper
add-history bqm
add-test-command "bqm --help"
}

function install_tls-map() {
colorecho "Installing TLS map"
gem install tls-map
Expand Down Expand Up @@ -3708,6 +3715,7 @@ function package_ad() {
install_masky
install_roastinthemiddle
install_PassTheCert
install_bqm # Deduplicate custom BloudHound queries from different datasets and merge them in one customqueries.json file.
}

# Package dedicated to mobile apps pentest tools
Expand Down
2 changes: 2 additions & 0 deletions sources/zsh/history.d/bqm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bqm --output-path ~/.config/bloodhound/customqueries.json
bqm --list

0 comments on commit 4ff17f1

Please sign in to comment.