Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uninstall and Remove Metasploit framework on Mac OSX

I had serious problems with Metasploit since I installed it, so I want to uninstall it

I did try /opt/metasploit-framework/uninstall but it doesn't work

can you help me.

like image 578
Karol Idarmi Avatar asked Dec 11 '17 13:12

Karol Idarmi


1 Answers

Yeah I think the instructions are outdated.

Do this in Terminal instead:

cd /opt/metasploit-framework/bin
sudo ./msfremove

That should do the trick.

Good luck!

Cheers, Daniel

like image 174
Daniel Iversen Avatar answered Oct 18 '22 02:10

Daniel Iversen