mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Displaying hex-decoded resulting output in --hex mode
This commit is contained in:
@@ -770,6 +770,8 @@ class Agent:
|
||||
return limitedQuery
|
||||
|
||||
def forgeQueryOutputLength(self, expression):
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
lengthQuery = queries[Backend.getIdentifiedDbms()].length.query
|
||||
select = re.search("\ASELECT\s+", expression, re.I)
|
||||
selectTopExpr = re.search("\ASELECT\s+TOP\s+[\d]+\s+(.+?)\s+FROM", expression, re.I)
|
||||
|
||||
Reference in New Issue
Block a user