mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Minor language update
This commit is contained in:
parent
52a71546d0
commit
38ee95e2c9
|
@ -289,7 +289,7 @@ def start():
|
|||
|
||||
if testSqlInj and conf.hostname in kb.vulnHosts:
|
||||
if kb.skipVulnHost is None:
|
||||
message = "vulnerability has already been detected "
|
||||
message = "SQL injection vulnerability has already been detected "
|
||||
message += "against '%s'. Do you want to skip " % conf.hostname
|
||||
message += "further tests involving it? [Y/n]"
|
||||
kb.skipVulnHost = readInput(message, default="Y").upper() != 'N'
|
||||
|
|
Loading…
Reference in New Issue
Block a user