mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Massive renaming (proper naming is inband = union & error techniques! - query naming stays as they are/in code things like forgeInbandQuery are renamed to forgeUnionQuery)
This commit is contained in:
parent
a435ba6863
commit
c1b8226329
16 changed files with 92 additions and 94 deletions
|
|
@ -436,7 +436,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
# Test for UNION injection and set the sample
|
||||
# payload as well as the vector.
|
||||
# NOTE: vector is set to a tuple with 6 elements,
|
||||
# used afterwards by Agent.forgeInbandQuery()
|
||||
# used afterwards by Agent.forgeUnionQuery()
|
||||
# method to forge the UNION query payload
|
||||
|
||||
configUnion(test.request.char, test.request.columns)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue