5

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.

Karol Idarmi
  • 277
  • 1
  • 4
  • 14

2 Answers2

9

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

Daniel Iversen
  • 469
  • 1
  • 6
  • 12
  • It's work @danieliversen package metasploit has removed thank you. – Karol Idarmi Feb 10 '18 at 09:04
  • 1
    After entering the terminal script, it will ask you if you are sure you want to uninstall it. Type "Y" for yes, enter your password, and you will notice afterwards that everything within your metasploit folder will be removed, leaving only the folder behind. – Josh Salganik Mar 16 '18 at 19:38
-3

sudo apt remove metasploit-framework

  • 1
    Read the question, please. "on Mac OSX" is in the title; they're not on Debian/Ubuntu. – ceejayoz Oct 07 '22 at 16:56
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Oct 17 '22 at 11:56