mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 22:21:30 +00:00
Minor update
This commit is contained in:
@@ -478,7 +478,7 @@ def checkSqlInjection(place, parameter, value):
|
||||
|
||||
injectable = True
|
||||
|
||||
if not any((conf.string, conf.notString, conf.regexp)) and kb.pageStable:
|
||||
if not any((conf.string, conf.notString, conf.regexp, conf.code)) and kb.pageStable and injectable:
|
||||
trueSet = set(extractTextTagContent(trueRawResponse))
|
||||
trueSet = trueSet.union(__ for _ in trueSet for __ in _.split())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user