unzip_bruteforce beak if founded

This commit is contained in:
Your Name
2026-04-02 17:44:44 +02:00
parent ac49bddbb4
commit 9167595ab9
2 changed files with 1 additions and 25 deletions
+1
View File
@@ -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"