From 99a3665dd61da845d23b767ad3350d3ce311bfa9 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Mon, 19 Jun 2023 00:15:28 -0500 Subject: [PATCH] 1.7.1 update --- pimpmykali.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index ed7b95c..2a852b8 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -320,7 +320,7 @@ fix_linwinpeas() { done # winpeas to /opt/winpeas - echo -e "\n [++] Downloading all the winpeas" + echo -e "\n $greenplus Downloading all the winpeas" [ ! -d $dest_winpeas ] && mkdir $dest_winpeas || echo > /dev/null winpeas_arr=('winPEAS.bat' 'winPEASany.exe' 'winPEASany_ofs.exe' 'winPEASx64_ofs.exe' 'winPEASx86.exe' 'winPEASx86_ofs.exe') for winpeas_file in ${winpeas_arr[@]}; do