Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bloodhound #63

Merged
merged 2 commits into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

set -eufo pipefail

brew tap homebrew/cask-fonts

{{ $brews := list
"bat"
"bash-completion"
Expand Down
2 changes: 2 additions & 0 deletions .chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ packages=(
{{ if eq .osid "linux-kali" }}

sec_packages=(
"bloodhound"
"box64"
"chisel"
"dnscat2"
"hurl"
"gobuster"
"ncat"
"neo4j"
"peass"
"seclists"
"sshuttle"
Expand Down
2 changes: 1 addition & 1 deletion macos/alii.zsh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading