1.7.1 update
This commit is contained in:
parent
f2d3579d8e
commit
99a3665dd6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue