mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor update
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user