Skip to content

Commit

Permalink
Merge pull request #24 from x3rz/sqlmap-webhack-ci-fix
Browse files Browse the repository at this point in the history
Sqlmap webhack ci fix
  • Loading branch information
SofianeHamlaoui committed Jun 29, 2021
2 parents 45ae19a + 4944b80 commit e5e74ea
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 e5e74ea

Please sign in to comment.