1.7.1 update

This commit is contained in:
Dewalt 2023-06-19 00:15:28 -05:00
parent f2d3579d8e
commit 99a3665dd6
1 changed files with 1 additions and 1 deletions

View File

@ -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