How to uninstall metasploit framework?
Is there a way to uninstall Metasploit from linux? Should I just remove it folder?
I am using ubuntu where I installed metasploit but now I've downloaded bt4 so I wanted to uninstall metasploit and some other tool I have on ubuntu, but I am not sure if deleting the metasploit folder will remove everything or if there will still be msf stuff around my system.
Re: How to uninstall metasploit framework?
yes, deleting the msf folder which contains the frame work will remove it all, however if you have created data bases you will need to remove those manually.
Re: How to uninstall metasploit framework?
Quote:
Originally Posted by
hyrasx
Is there a way to uninstall Metasploit from linux? Should I just remove it folder?
I am using ubuntu where I installed metasploit but now I've downloaded bt4 so I wanted to uninstall metasploit and some other tool I have on ubuntu, but I am not sure if deleting the metasploit folder will remove everything or if there will still be msf stuff around my system.
Run this in console and follow the instructions.
Code:
sudo apt-get remove framework3
If you want to remove Metasploit Framework 2 run this also
Code:
sudo apt-get remove framework2
Re: How to uninstall metasploit framework?
Quote:
Originally Posted by
Teiknethal
Run this in console and follow the instructions.
Code:
sudo apt-get remove framework3
If you want to remove Metasploit Framework 2 run this also
Code:
sudo apt-get remove framework2
I downloaded the .run file from metasploit web apt-get will show me Couldn't find package.