diff --git a/lib/core/option.py b/lib/core/option.py index a239479a6..1221d525c 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -686,7 +686,7 @@ def _setMetasploit(): if not msfEnvPathExists: errMsg = "unable to locate Metasploit Framework installation. " - errMsg += "You can get it at 'http://metasploit.com/framework/download/'" + errMsg += "You can get it at 'http://www.metasploit.com/download/'" raise SqlmapFilePathException(errMsg) def _setWriteFile():