From 83e62dea8b97db7a7cc124b61aa05df457a395f0 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 31 May 2026 06:51:13 +0000 Subject: [PATCH] Update redeye.sh --- redeye.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/redeye.sh b/redeye.sh index b4df67f..aa24a03 100644 --- a/redeye.sh +++ b/redeye.sh @@ -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" \ No newline at end of file