mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor update
This commit is contained in:
parent
7a06af9a92
commit
13f8c001a7
|
@ -804,6 +804,10 @@ def banner():
|
|||
%s\n
|
||||
""" % (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)
|
||||
|
||||
def parsePasswordHash(password):
|
||||
|
|
Loading…
Reference in New Issue
Block a user