mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Implementation for #2552 (sorry @mg98)
This commit is contained in:
parent
e47c1aa61b
commit
2c95b65eac
7 changed files with 61 additions and 42 deletions
|
|
@ -505,7 +505,7 @@ def start():
|
|||
infoMsg = "skipping %s parameter '%s'" % (paramType, parameter)
|
||||
logger.info(infoMsg)
|
||||
|
||||
elif parameter == conf.csrfToken:
|
||||
elif re.search(conf.csrfToken, parameter, re.I):
|
||||
testSqlInj = False
|
||||
|
||||
infoMsg = "skipping anti-CSRF token parameter '%s'" % parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue