Update setcore.py

This commit is contained in:
trustedsec 2016-09-04 13:23:12 -04:00 committed by GitHub
parent a89d5d1adf
commit 86e3f288f2

View file

@ -345,7 +345,7 @@ def meta_path():
if os.path.isfile("/usr/bin/msfconsole"):
msf_path = ""
trigger = 1
#Kali linux bleeding edge should return this in order to work
# Kali linux bleeding edge should return this in order to work
if os.path.isfile("/usr/share/metasploit-framework/msfconsole"):
msf_path = "/usr/share/metasploit-framework/"
trigger = 1