mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-12 09:03:12 +03:00
revert of the last commit (i was doing some testing against a test case with lots of None(s) which drove me to the conclusion that we need that progress - in normal cases it's fine as it is)
This commit is contained in:
parent
737b4abf13
commit
6c6133e8aa
|
@ -13,8 +13,6 @@ import time
|
||||||
from lib.core.agent import agent
|
from lib.core.agent import agent
|
||||||
from lib.core.common import Backend
|
from lib.core.common import Backend
|
||||||
from lib.core.common import calculateDeltaSeconds
|
from lib.core.common import calculateDeltaSeconds
|
||||||
from lib.core.common import clearConsoleLine
|
|
||||||
from lib.core.common import dataToStdout
|
|
||||||
from lib.core.common import extractRegexResult
|
from lib.core.common import extractRegexResult
|
||||||
from lib.core.common import filterStringValue
|
from lib.core.common import filterStringValue
|
||||||
from lib.core.common import getUnicode
|
from lib.core.common import getUnicode
|
||||||
|
@ -252,15 +250,6 @@ def unionUse(expression, unpack=True, dump=False):
|
||||||
value += output
|
value += output
|
||||||
parseUnionPage(output, limitedExpr)
|
parseUnionPage(output, limitedExpr)
|
||||||
|
|
||||||
if conf.verbose == 1:
|
|
||||||
length = stopLimit - startLimit
|
|
||||||
count = num - startLimit + 1
|
|
||||||
status = '%d/%d entries (%d%s)' % (count, length, round(100.0*count/length), '%')
|
|
||||||
dataToStdout("\r[%s] [INFO] retrieved: %s" % (time.strftime("%X"), status), True)
|
|
||||||
|
|
||||||
if conf.verbose == 1:
|
|
||||||
clearConsoleLine(True)
|
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print
|
print
|
||||||
warnMsg = "Ctrl+C detected in dumping phase"
|
warnMsg = "Ctrl+C detected in dumping phase"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user