mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-14 02:19:04 +00:00
Trivial update
This commit is contained in:
@@ -183,7 +183,7 @@ def vulnTest():
|
||||
|
||||
for options, checks in TESTS:
|
||||
status = '%d/%d (%d%%) ' % (count, len(TESTS), round(100.0 * count / len(TESTS)))
|
||||
dataToStdout("\r[%s] [INFO] complete: %s" % (time.strftime("%X"), status))
|
||||
dataToStdout("\r[%s] [INFO] completed: %s" % (time.strftime("%X"), status))
|
||||
|
||||
if IS_WIN and "uraj" in options:
|
||||
options = options.replace(u"\u0161u\u0107uraj", "sucuraj")
|
||||
@@ -282,7 +282,7 @@ def smokeTest():
|
||||
|
||||
count += 1
|
||||
status = '%d/%d (%d%%) ' % (count, length, round(100.0 * count / length))
|
||||
dataToStdout("\r[%s] [INFO] complete: %s" % (time.strftime("%X"), status))
|
||||
dataToStdout("\r[%s] [INFO] completed: %s" % (time.strftime("%X"), status))
|
||||
|
||||
def _(node):
|
||||
for __ in dir(node):
|
||||
|
||||
Reference in New Issue
Block a user