mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Trivial cleanup
This commit is contained in:
parent
7066e7ce97
commit
5d6def425a
4 changed files with 2 additions and 9 deletions
|
|
@ -123,10 +123,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
payload = payload.replace("SUBSTRING", "(SELECT%sSUBSTRING" % (match.group(1) if match.group(1) else " "), 1)
|
||||
expression = match.group(2).strip()
|
||||
|
||||
|
||||
#<inference query="(SELECT SUBSTRING((%s) FROM %d FOR 1) FROM %s)>'%c'"/>
|
||||
|
||||
try:
|
||||
try:
|
||||
# Set kb.partRun in case "common prediction" feature (a.k.a. "good samaritan") is used or the engine is called from the API
|
||||
if conf.predictOutput:
|
||||
kb.partRun = getPartRun()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue