diff --git a/lib/core/settings.py b/lib/core/settings.py index 3147e9560..b8fe72792 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -23,7 +23,7 @@ REVISION = getRevisionNumber() VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "") DESCRIPTION = "automatic SQL injection and database takeover tool" SITE = "http://sqlmap.org" -ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues" +ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues/new" ML = "sqlmap-users@lists.sourceforge.net" # minimum distance of ratio from kb.matchRatio to result in True