mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Include tracking properties in the HAR to identify which test the requests were associated to
This commit is contained in:
parent
7d147f613f
commit
e38267a61e
3 changed files with 24 additions and 7 deletions
|
|
@ -162,6 +162,13 @@ def checkSqlInjection(place, parameter, value):
|
|||
unionExtended = False
|
||||
trueCode, falseCode = None, None
|
||||
|
||||
if conf.httpCollector is not None:
|
||||
conf.httpCollector.setExtendedArguments({
|
||||
"_title": title,
|
||||
"_place": place,
|
||||
"_parameter": parameter,
|
||||
})
|
||||
|
||||
if stype == PAYLOAD.TECHNIQUE.UNION:
|
||||
configUnion(test.request.char)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue