Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 793fa46

Browse files
committed
website url fix
1 parent 51f3567 commit 793fa46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
REVISION = getRevisionNumber()
2323
VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "")
2424
DESCRIPTION = "automatic SQL injection and database takeover tool"
25-
SITE = "http://www.sqlmap.org"
25+
SITE = "http://sqlmap.org"
2626
2727

2828
# minimum distance of ratio from kb.matchRatio to result in True

0 commit comments

Comments
 (0)