mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Cleaning/refactoring of bunch of stacked/suffix/comment stuff (e.g.
This commit is contained in:
parent
6bc5f44b20
commit
687f3991de
6 changed files with 47 additions and 45 deletions
|
|
@ -500,7 +500,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
injection.os = Backend.setOs(dValue)
|
||||
|
||||
if vector is None and "vector" in test and test.vector is not None:
|
||||
vector = "%s%s" % (test.vector, comment or "")
|
||||
vector = test.vector
|
||||
|
||||
injection.data[stype] = AttribDict()
|
||||
injection.data[stype].title = title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue