mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
more cosmetics regarding dictionary attack
This commit is contained in:
@@ -1259,6 +1259,9 @@ def getConsoleWidth(default=80):
|
||||
|
||||
return width if width else default
|
||||
|
||||
def clearConsoleLine():
|
||||
dataToStdout("\r%s\r" % (" " * (getConsoleWidth() - 1)))
|
||||
|
||||
def parseXmlFile(xmlFile, handler):
|
||||
stream = StringIO(readCachedFileContent(xmlFile))
|
||||
parse(stream, handler)
|
||||
|
||||
Reference in New Issue
Block a user