unzip_bruteforce beak if founded
This commit is contained in:
@@ -13,6 +13,7 @@ while IFS= read -r line; do
|
||||
echo try: $line
|
||||
if unzip -p $line $FILE ; then
|
||||
echo FOUND : $line
|
||||
break ;
|
||||
fi
|
||||
done < "$LIST"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user