fix path issue on msfconsole

This commit is contained in:
TrustedSec 2016-12-27 15:24:35 -05:00
parent 6612ec8c57
commit 9325b1619d
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
~~~~~~~~~~~~~~~~
version 7.4.4
~~~~~~~~~~~~~~~~
* fixed /usr/bin/msfconsole not showing appropriate metasploit path
~~~~~~~~~~~~~~~~
version 7.4.3
~~~~~~~~~~~~~~~~

View file

@ -1 +1 @@
7.4.3
7.4.4

View file

@ -344,7 +344,7 @@ def meta_path():
# if we are using just the standard path for msfconsole
if os.path.isfile("/usr/bin/msfconsole"):
msf_path = ""
msf_path = "/usr/bin/"
trigger = 1
# Kali linux bleeding edge should return this in order to work