Skip to content

Instantly share code, notes, and snippets.

@senghor
senghor / brew-install-kali-tools.sh
Created February 8, 2026 06:11 — forked from MattyBonBon/brew-install-kali-tools.sh
Script to install kali tools that are already included in homebrew
#
# Created from crossmatching katoolin listing & brew search
# to execute:
# $ sh "/path/to/file"
#
echo "Checking for 🍺..."
if test ! $(which brew); then
echo "Installing homebrew (🍺)..."
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"