Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f3567 commit 793fa46Copy full SHA for 793fa46
1 file changed
lib/core/settings.py
@@ -22,7 +22,7 @@
22
REVISION = getRevisionNumber()
23
VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "")
24
DESCRIPTION = "automatic SQL injection and database takeover tool"
25
-SITE = "http://www.sqlmap.org"
+SITE = "http://sqlmap.org"
26
ML = "[email protected]"
27
28
# minimum distance of ratio from kb.matchRatio to result in True
0 commit comments