Adjusted banner, increased release candidate to rc7

This commit is contained in:
Bernardo Damele 2010-02-25 17:34:54 +00:00
parent e4c34ff86c
commit 404927d04a
2 changed files with 2 additions and 3 deletions

View File

@ -515,7 +515,6 @@ def banner():
print """
%s
by Bernardo Damele A. G. <bernardo.damele@gmail.com>
""" % VERSION_STRING
def parsePasswordHash(password):

View File

@ -27,8 +27,8 @@ import subprocess
import sys
# sqlmap version and site
VERSION = "0.8-rc6"
VERSION_STRING = "sqlmap/%s" % VERSION
VERSION = "0.8-rc7"
VERSION_STRING = "sqlmap/%s - automatic SQL injection and database takeover tool" % VERSION
SITE = "http://sqlmap.sourceforge.net"
# sqlmap logger