mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor improvements regarding data retrieval through DNS channel
This commit is contained in:
@@ -1599,9 +1599,9 @@ def parseXmlFile(xmlFile, handler):
|
||||
parse(stream, handler)
|
||||
stream.close()
|
||||
|
||||
def getSPLSnippet(dbms, name, **variables):
|
||||
def getSPQLSnippet(dbms, name, **variables):
|
||||
"""
|
||||
Returns content of SPL snippet located inside "procs" directory
|
||||
Returns content of SP(Q)L snippet located inside "procs" directory
|
||||
"""
|
||||
|
||||
filename = os.path.join(paths.SQLMAP_PROCS_PATH, DBMS_DIRECTORY_DICT[dbms], "%s.txt" % name)
|
||||
|
||||
Reference in New Issue
Block a user