From 8cc928313367f33e097938917991d1c051187ce4 Mon Sep 17 00:00:00 2001 From: "John F. Mercer" Date: Sun, 9 Jun 2024 14:58:28 -0300 Subject: [PATCH] Add Bloodhound --- .chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl | 2 ++ macos/alii.zsh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl index 0e9978a..d64b7c8 100644 --- a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl +++ b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl @@ -44,12 +44,14 @@ packages=( {{ if eq .osid "linux-kali" }} sec_packages=( + "bloodhound" "box64" "chisel" "dnscat2" "hurl" "gobuster" "ncat" + "neo4j" "peass" "seclists" "sshuttle" diff --git a/macos/alii.zsh b/macos/alii.zsh index cba0881..f3fc4c4 100644 --- a/macos/alii.zsh +++ b/macos/alii.zsh @@ -1,5 +1,5 @@ # OS X has no `md5sum`, so use `md5` as a fallback -alias md5sum="md5" +alias mac5sum="md5" # Trim new lines and copy to clipboard alias cc="tr -d '\n' | pbcopy"