1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-18 21:24:43 -04:00

UFW for Kali

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-01-19 23:52:33 -07:00
parent b4eba12921
commit 8f7d1400b9
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -25,5 +25,12 @@ unpriv(){
sudo -u nobody "$@"
}
# Update Kali
sudo apt full-upgrade -y
sudo apt install kali-linux-everything -y
# Install all tools
sudo apt install kali-linux-everything -y
# Setup UFW
sudo apt install ufw -y
sudo ufw enable