mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +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 testSqlInj and conf.hostname in kb.vulnHosts:
|
||||||
if kb.skipVulnHost is None:
|
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 += "against '%s'. Do you want to skip " % conf.hostname
|
||||||
message += "further tests involving it? [Y/n]"
|
message += "further tests involving it? [Y/n]"
|
||||||
kb.skipVulnHost = readInput(message, default="Y").upper() != 'N'
|
kb.skipVulnHost = readInput(message, default="Y").upper() != 'N'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user