mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-20 13:03:23 +03:00
Minor refactoring
This commit is contained in:
parent
d2ce647113
commit
4a35f598b8
|
@ -196,11 +196,6 @@ def checkSqlInjection(place, parameter, value):
|
||||||
fstPayload = agent.cleanupPayload(test.request.payload, value)
|
fstPayload = agent.cleanupPayload(test.request.payload, value)
|
||||||
fstPayload = unescapeDbms(fstPayload, injection, dbms)
|
fstPayload = unescapeDbms(fstPayload, injection, dbms)
|
||||||
|
|
||||||
if stype != 4 and clause != [2, 3] and clause != [ 3 ]:
|
|
||||||
space = " "
|
|
||||||
else:
|
|
||||||
space = ""
|
|
||||||
|
|
||||||
if conf.prefix is not None and conf.suffix is not None:
|
if conf.prefix is not None and conf.suffix is not None:
|
||||||
# Create a custom boundary object for user's supplied prefix
|
# Create a custom boundary object for user's supplied prefix
|
||||||
# and suffix
|
# and suffix
|
||||||
|
|
Loading…
Reference in New Issue
Block a user