mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update
This commit is contained in:
parent
b1dd03731a
commit
e0994947e2
2 changed files with 2 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ from lib.utils.timeout import timeout
|
|||
def direct(query, content=True):
|
||||
select = True
|
||||
query = agent.payloadDirect(query)
|
||||
query = query.replace("[SLEEPTIME]", str(conf.timeSec))
|
||||
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