From 9a22ce2325cc09ce6c24b2a6976832310173c31e Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 4 Dec 2025 18:27:11 +0000 Subject: [PATCH] Fix syntax error: escape backtick in dictionary string on line 74 --- StealthSQL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StealthSQL.sh b/StealthSQL.sh index 7507743..a83aefa 100644 --- a/StealthSQL.sh +++ b/StealthSQL.sh @@ -71,7 +71,7 @@ get_query_output() { if [ "$is_count" == true ]; then dictionary="0123456789" else - dictionary="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" + dictionary="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&'()*+,-./:;<=>?@[\\]^_\`{|}~" fi while [ "$flag" = true ]; do