proper link

This commit is contained in:
Bernardo Damele 2013-01-07 16:59:59 +00:00
parent 96e5d5d178
commit 1e35b3c8c9

View File

@ -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():