switch to curl
This commit is contained in:
parent
55055e1f55
commit
e49bf32e7f
@ -138,7 +138,7 @@ scan(){
|
||||
wait
|
||||
running_dls=0
|
||||
fi
|
||||
wget -q -O "$filelocation" "$file_url" &
|
||||
curl -s -o "$filelocation" "$file_url" &
|
||||
echo "[+] $filelocation"
|
||||
((running_dls=running_dls+1))
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user