mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor adjustments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user