mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-20 07:18:35 +00:00
fix path issue on msfconsole
This commit is contained in:
parent
6612ec8c57
commit
9325b1619d
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
~~~~~~~~~~~~~~~~
|
||||
version 7.4.4
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* fixed /usr/bin/msfconsole not showing appropriate metasploit path
|
||||
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 7.4.3
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.4.3
|
||||
7.4.4
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue