Minor adjustments

This commit is contained in:
Bernardo Damele
2010-03-03 16:19:17 +00:00
parent 156fdd96ef
commit a654a426ef
5 changed files with 15 additions and 13 deletions

View File

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