From 4944b803d63964d92e02822f05d21191a014dc51 Mon Sep 17 00:00:00 2001 From: x3rz Date: Sun, 27 Jun 2021 00:32:01 -0400 Subject: [PATCH] sqlmap-ci-fix --- lockdoors/webhack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lockdoors/webhack.py b/lockdoors/webhack.py index ef8a00a..7806992 100644 --- a/lockdoors/webhack.py +++ b/lockdoors/webhack.py @@ -200,7 +200,7 @@ def sqlmap(): shrts.prilogspc() print("\033[92m " + sqlmap.title + "\033[90m") shrts.spc() - target = input("Select a Target : ") + target = sanitize.bash_escape_restrictor(input("Select a Target : ")) shrts.spc() print("Check the sqli cheatsheets to know more") shrts.spc()