mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
Minor language update
This commit is contained in:
parent
09f1cdd8e1
commit
304e52cb4d
|
@ -666,7 +666,7 @@ def _setMetasploit():
|
||||||
|
|
||||||
if not msfEnvPathExists:
|
if not msfEnvPathExists:
|
||||||
warnMsg = "sqlmap is going to look for Metasploit Framework "
|
warnMsg = "sqlmap is going to look for Metasploit Framework "
|
||||||
warnMsg += "installation into the environment paths"
|
warnMsg += "installation inside the environment path(s)"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
envPaths = os.environ.get("PATH", "").split(";" if IS_WIN else ":")
|
envPaths = os.environ.get("PATH", "").split(";" if IS_WIN else ":")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user