Having got a Mac and using OSX, I missed the customizations and power I used to have in Linux. Then came Black Arch — an Arch-based penetration testing distribution.
Black Arch provides over 2000 tools for security researchers and pen testers. Installation on top of existing Arch:
curl -O https://blackarch.org/strap.sh
chmod +x strap.sh
sudo ./strap.sh
sudo pacman -SyuTo install all tools:
sudo pacman -S blackarch
Or install by category:<br>
<code>sudo pacman -S blackarch-webapp</code>