diff --git a/scratch.sh b/scratch.sh index 2fddeb1..e676f28 100644 --- a/scratch.sh +++ b/scratch.sh @@ -8,4 +8,6 @@ if ! response=$(curl -s -H "User-Agent: Bash-Passphrase-Audit-Script" "$api_url" exit 3 fi -echo -e "$response" \ No newline at end of file +# echo -e "$response" +match=$(echo "$response" | grep -i "^$suffix:") +echo "$match" \ No newline at end of file