This is a bash script to automate my configuration of Kali linux.
Purpose
Just a simple bash script to automate the initial setup of a fresh Kali install.
Process
-
Fully update Kali
-
Install necessary packages
-
Download useful binaries
-
Remove unnecessary packages
-
Configure the environment
Presumptions
This script assumes a completely fresh install of Kali. This script must be run as root or via sudo.
Any changes or customizations made to the OS may cause this script to fail, or break some other local functionality. Never run any code without reviewing it first.
REMEMBER