mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-12 03:05:09 +00:00
more cosmetics regarding dictionary attack
This commit is contained in:
parent
e3b3e05748
commit
7877a931d5
2 changed files with 26 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue