You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I trying to open SET it gives me error that couldn't find metasploit and should change the directory in set.config file.
my metasploit in /opt/metasploit/ I changed to this directory. And also it still give me the same error after I change it I enter to models 5 to update set config and also it didn't solve anything.
I use CSI LINUX ,SET version 8.0.3 , metasploit v 6.4.3-dev
The text was updated successfully, but these errors were encountered:
I was having the same issue. Here's how I fixed it.
I changed the METASPLOIT_PATH variable in the set.config to my msfconsole directory. Mine is /opt/metasploit-framework/bin/msfconsole
I then edited the meta_path function within the setcore.py file. I added another os.path.isfile nested if statement structured like this. Obviously, you will have to change it to reflect your msfconsole path.
if os.path.isfile("/opt/metasploit-framework/bin/msfconsole"):
if trigger == 0:
msf_path = "/opt/metasploit-framework/bin/"
trigger = 1
After this I had to rerun the setup.py script and ran setoolkit again and it worked. I wish you luck
Hello ,
While I trying to open SET it gives me error that couldn't find metasploit and should change the directory in set.config file.
my metasploit in
/opt/metasploit/
I changed to this directory. And also it still give me the same error after I change it I enter to models 5 to update set config and also it didn't solve anything.I use CSI LINUX ,SET version 8.0.3 , metasploit v 6.4.3-dev
The text was updated successfully, but these errors were encountered: