mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-06 16:53:44 +03:00
website url fix
This commit is contained in:
parent
51f35674ca
commit
793fa464e3
|
@ -22,7 +22,7 @@ VERSION = "1.0-dev"
|
||||||
REVISION = getRevisionNumber()
|
REVISION = getRevisionNumber()
|
||||||
VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "")
|
VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "")
|
||||||
DESCRIPTION = "automatic SQL injection and database takeover tool"
|
DESCRIPTION = "automatic SQL injection and database takeover tool"
|
||||||
SITE = "http://www.sqlmap.org"
|
SITE = "http://sqlmap.org"
|
||||||
ML = "sqlmap-users@lists.sourceforge.net"
|
ML = "sqlmap-users@lists.sourceforge.net"
|
||||||
|
|
||||||
# minimum distance of ratio from kb.matchRatio to result in True
|
# minimum distance of ratio from kb.matchRatio to result in True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user