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 May 23, 2026 15:54
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)"