mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 03:31:33 -05:00
UFW for Kali
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
b4eba12921
commit
8f7d1400b9
@ -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
|
Loading…
Reference in New Issue
Block a user