mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +03:00
Minor cosmetic update
This commit is contained in:
parent
abbd352392
commit
5e31229d48
|
@ -768,7 +768,7 @@ class Connect(object):
|
||||||
token = page
|
token = page
|
||||||
|
|
||||||
if not token:
|
if not token:
|
||||||
errMsg = "CSRF token value '%s' can't be found at '%s'" % (conf.csrfToken, conf.csrfUrl or conf.url)
|
errMsg = "CSRF protection token '%s' can't be found at '%s'" % (conf.csrfToken, conf.csrfUrl or conf.url)
|
||||||
if not conf.csrfUrl:
|
if not conf.csrfUrl:
|
||||||
errMsg += ". You can try to rerun by providing "
|
errMsg += ". You can try to rerun by providing "
|
||||||
errMsg += "a valid value for option '--csrf-url'"
|
errMsg += "a valid value for option '--csrf-url'"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user