Update redeye.sh
This commit is contained in:
@@ -8,7 +8,6 @@ function cprint() {
|
||||
}
|
||||
|
||||
default_pass="kali"
|
||||
new_password="kali"
|
||||
go_version="1.26.3"
|
||||
|
||||
printf "\n"
|
||||
@@ -68,12 +67,4 @@ cprint "installing firewall"
|
||||
sudo apt install ufw -y
|
||||
sudo ufw enable
|
||||
|
||||
cprint "tool setup complete"
|
||||
|
||||
if [[ -n "$custom_password" ]]; then
|
||||
new_password=custom_password
|
||||
fi
|
||||
echo "kali:$new_password" | sudo chpasswd
|
||||
cprint "password changed"
|
||||
|
||||
cprint "done, close this terminal window to complete setup"
|
||||
Reference in New Issue
Block a user