mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update
This commit is contained in:
parent
9886b646eb
commit
350baf0a0a
4 changed files with 4 additions and 2 deletions
|
|
@ -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())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue