mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-29 02:03:08 +03:00
minor update
This commit is contained in:
parent
7a06af9a92
commit
13f8c001a7
|
@ -804,6 +804,10 @@ def banner():
|
||||||
%s\n
|
%s\n
|
||||||
""" % (VERSION_STRING, DESCRIPTION, SITE)
|
""" % (VERSION_STRING, DESCRIPTION, SITE)
|
||||||
|
|
||||||
|
# Reference: http://www.frexx.de/xterm-256-notes/
|
||||||
|
#if not any([IS_WIN, os.getenv('ANSI_COLORS_DISABLED')]):
|
||||||
|
# ban = "\033[1;34m%s\033[0m" % ban
|
||||||
|
|
||||||
dataToStdout(ban, forceOutput=True)
|
dataToStdout(ban, forceOutput=True)
|
||||||
|
|
||||||
def parsePasswordHash(password):
|
def parsePasswordHash(password):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user