Search code examples
macosframeworksmetasploit

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.


Solution

  • 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