social-engineer-toolkit
social-engineer-toolkit copied to clipboard
Is there a simple way to uninstall the SET?
I just installed the SET and realized that I would like to work with it on my second laptop. Is there a simple way to remove SET and cleanup the system from it?
Looks like the rm command is the best option:
sudo rm -rf /usr/share/setoolkit /etc/setoolkit /usr/local/bin/setoolkit
Looks like the
rmcommand is the best option:sudo rm -rf /usr/share/setoolkit /etc/setoolkit /usr/local/bin/setoolkit
Thanks! Worked for me on Debian!