websploit icon indicating copy to clipboard operation
websploit copied to clipboard

Delete websploit

Open v4yve opened this issue 4 years ago • 1 comments

How delete websploit?

v4yve avatar Apr 30 '20 08:04 v4yve

@Focusray If you installed websploit via pip then run following command on your terminal : pip uninstall websploit if you installed websploit via apt-get then do following : sudo apt remove websploit

Uninstall manually : Find folder which contains websploit files and remove it : find / -type d websploit then remove symlinks from /usr/bin and /usr/local/bin directory (if exists) : sudo rm /usr/bin/websploit sudo rm /usr/local/bin/websploit Done.

websploit avatar May 05 '20 15:05 websploit