mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-23 19:34:13 +03:00
Adjusted banner, increased release candidate to rc7
This commit is contained in:
parent
e4c34ff86c
commit
404927d04a
|
@ -515,7 +515,6 @@ def banner():
|
||||||
|
|
||||||
print """
|
print """
|
||||||
%s
|
%s
|
||||||
by Bernardo Damele A. G. <bernardo.damele@gmail.com>
|
|
||||||
""" % VERSION_STRING
|
""" % VERSION_STRING
|
||||||
|
|
||||||
def parsePasswordHash(password):
|
def parsePasswordHash(password):
|
||||||
|
|
|
@ -27,8 +27,8 @@ import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# sqlmap version and site
|
# sqlmap version and site
|
||||||
VERSION = "0.8-rc6"
|
VERSION = "0.8-rc7"
|
||||||
VERSION_STRING = "sqlmap/%s" % VERSION
|
VERSION_STRING = "sqlmap/%s - automatic SQL injection and database takeover tool" % VERSION
|
||||||
SITE = "http://sqlmap.sourceforge.net"
|
SITE = "http://sqlmap.sourceforge.net"
|
||||||
|
|
||||||
# sqlmap logger
|
# sqlmap logger
|
||||||
|
|
Loading…
Reference in New Issue
Block a user