mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-27 09:11:55 +00:00
Minor language update
This commit is contained in:
parent
09f1cdd8e1
commit
304e52cb4d
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ def _setMetasploit():
|
|||
|
||||
if not msfEnvPathExists:
|
||||
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)
|
||||
|
||||
envPaths = os.environ.get("PATH", "").split(";" if IS_WIN else ":")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue