mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Show also site in the banner
This commit is contained in:
parent
404927d04a
commit
98496fd173
|
@ -49,6 +49,7 @@ from lib.core.exception import sqlmapFilePathException
|
|||
from lib.core.exception import sqlmapNoneDataException
|
||||
from lib.core.exception import sqlmapSyntaxException
|
||||
from lib.core.settings import IS_WIN
|
||||
from lib.core.settings import SITE
|
||||
from lib.core.settings import SQL_STATEMENTS
|
||||
from lib.core.settings import VERSION_STRING
|
||||
|
||||
|
@ -515,7 +516,8 @@ def banner():
|
|||
|
||||
print """
|
||||
%s
|
||||
""" % VERSION_STRING
|
||||
%s
|
||||
""" % (VERSION_STRING, SITE)
|
||||
|
||||
def parsePasswordHash(password):
|
||||
blank = " " * 8
|
||||
|
|
Loading…
Reference in New Issue
Block a user