We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f1cdd commit 304e52cCopy full SHA for 304e52c
1 file changed
lib/core/option.py
@@ -666,7 +666,7 @@ def _(key, value):
666
667
if not msfEnvPathExists:
668
warnMsg = "sqlmap is going to look for Metasploit Framework "
669
- warnMsg += "installation into the environment paths"
+ warnMsg += "installation inside the environment path(s)"
670
logger.warn(warnMsg)
671
672
envPaths = os.environ.get("PATH", "").split(";" if IS_WIN else ":")
0 commit comments