From 1e35b3c8c9527647a6adf52c9d28edf23572418d Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 7 Jan 2013 16:59:59 +0000 Subject: [PATCH] proper link --- lib/core/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():