mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
fixing an issue with --file-read and ROW() MySQL payload (it's internal caching mechanism prevents error message if FROM part is not unique enough dumping only partial file content); minor refactoring
This commit is contained in:
parent
2c057d5b3d
commit
2538e2d5b4
6 changed files with 20 additions and 21 deletions
|
|
@ -28,7 +28,7 @@ from lib.utils.timeout import timeout
|
|||
def direct(query, content=True):
|
||||
select = True
|
||||
query = agent.payloadDirect(query)
|
||||
query = agent.adjustSleepTime(query)
|
||||
query = agent.adjustLateValues(query)
|
||||
threadData = getCurrentThreadData()
|
||||
|
||||
if Backend.isDbms(DBMS.ORACLE) and query.startswith("SELECT ") and " FROM " not in query:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue