Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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