This commit is contained in:
2026-05-23 14:11:54 -06:00
parent c5b9309880
commit 2bc28a462d
3 changed files with 588 additions and 240 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ if ! response=$(curl -s -H "User-Agent: Bash-Passphrase-Audit-Script" "$api_url"
fi
if $(echo -e "$response" | grep -q -i "^$suffix"); then
echo "match!"
exit 1
else
echo "no match"
echo -e "no match"
fi