mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Update and patch for an Issue #2
This commit is contained in:
parent
733e06e31f
commit
05d5342f20
7 changed files with 15 additions and 7 deletions
|
|
@ -787,7 +787,7 @@ class Connect(object):
|
|||
break
|
||||
|
||||
if not token:
|
||||
errMsg = "CSRF protection token '%s' can't be found at '%s'" % (conf.csrfToken, conf.csrfUrl or conf.url)
|
||||
errMsg = "anti-CSRF token '%s' can't be found at '%s'" % (conf.csrfToken, conf.csrfUrl or conf.url)
|
||||
if not conf.csrfUrl:
|
||||
errMsg += ". You can try to rerun by providing "
|
||||
errMsg += "a valid value for option '--csrf-url'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue