Skip to content

Commit

Permalink
sqlmap-ci-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
x3rz committed Jun 27, 2021
1 parent 2320f52 commit 4944b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lockdoors/webhack.py
Expand Up @@ -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()
Expand Down

0 comments on commit 4944b80

Please sign in to comment.