mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-06 14:13:15 +03:00
cosmetics as it's best
This commit is contained in:
parent
7a147041c4
commit
57ad59206b
|
@ -295,6 +295,8 @@ def dictionaryAttack():
|
||||||
count += 1
|
count += 1
|
||||||
|
|
||||||
if hash_ == current:
|
if hash_ == current:
|
||||||
|
if regex == HASH.ORACLE_OLD: #only for cosmetic purposes
|
||||||
|
word = word.upper()
|
||||||
results.append((user, hash_, word))
|
results.append((user, hash_, word))
|
||||||
clearConsoleLine()
|
clearConsoleLine()
|
||||||
dataToStdout("[%s] [INFO] found: '%s' for user: '%s'\n" % (time.strftime("%X"), word, user), True)
|
dataToStdout("[%s] [INFO] found: '%s' for user: '%s'\n" % (time.strftime("%X"), word, user), True)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user