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()