Skip to content

Instantly share code, notes, and snippets.

View MattyBonBon's full-sized avatar

Matt MattyBonBon

View GitHub Profile
@MattyBonBon
MattyBonBon / brew-install-kali-tools.sh
Last active February 24, 2026 21:04
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)"