From 404927d04acd128d7f4aaa0e0b199fb259e90eb2 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Thu, 25 Feb 2010 17:34:54 +0000 Subject: [PATCH] Adjusted banner, increased release candidate to rc7 --- lib/core/common.py | 1 - lib/core/settings.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/core/common.py b/lib/core/common.py index 2496c9009..3880de3d7 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -515,7 +515,6 @@ def banner(): print """ %s - by Bernardo Damele A. G. """ % VERSION_STRING def parsePasswordHash(password): diff --git a/lib/core/settings.py b/lib/core/settings.py index 13610a1b9..a31f5cd25 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -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