mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Trivial message update
This commit is contained in:
parent
39a46d66e2
commit
dc87e10c99
5 changed files with 6 additions and 6 deletions
|
|
@ -374,7 +374,7 @@ def _doSearch():
|
|||
links = retrieve()
|
||||
|
||||
if kb.targets:
|
||||
infoMsg = "sqlmap got %d results for your " % len(links)
|
||||
infoMsg = "found %d results for your " % len(links)
|
||||
infoMsg += "search dork expression, "
|
||||
|
||||
if len(links) == len(kb.targets):
|
||||
|
|
@ -387,7 +387,7 @@ def _doSearch():
|
|||
break
|
||||
|
||||
else:
|
||||
message = "sqlmap got %d results " % len(links)
|
||||
message = "found %d results " % len(links)
|
||||
message += "for your search dork expression, but none of them "
|
||||
message += "have GET parameters to test for SQL injection. "
|
||||
message += "Do you want to skip to the next result page? [Y/n]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue