1.7.1 code cleanup

This commit is contained in:
Dewalt 2023-06-19 00:16:53 -05:00
parent 99a3665dd6
commit bff261e057
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ fix_linwinpeas() {
# winpeas to /opt/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
echo -e " $greenplus Downloading $winpeas_file to $dest_winpeas/$winpeas_file"