Mac Popups/redirect removal.

msanchez
New Contributor III

Heu Guys just thought I would post this script for Vsearch Removal.

Vsearch is a mac Virus that creates a redirect for Safari and Google Chrome and has a lot of pop ups. the only thing is make sure it did delete all of the Add-ons in both Safari and chrome the most common one we found was "MacStore" this script deletes the most common ones but we can't find them all.

here is the script we made to remove it.

#!/bin/bash

#This will remove the V-Search virus pieces. It does require a restart of the system.

sudo rm -rf /Library/Application Support/VSearch
sudo rm -rf /Library/LaunchAgents/com.vsearch.agent.plist
sudo rm -rf /Library/LaunchDaemons/com.vsearch.daemon.plist
sudo rm -rf /Library/LaunchDaemons/com.vsearch.helper.plist
sudo rm -rf /Library/LaunchDaemons/Jack.plist
sudo rm -rf /Library/PrivilegedHelperTools/Jack
sudo rm -rf /System/Library/Frameworks/VSearch.framework
Sudo rm -rf /Users/schjodt.chelsea/Library/Application Support/Google/Chrome/Default/Extensions/opdpamfhblfneelhonneggbfmiekhocl
sudo rm -rf /Users/schjodt.chelsea/Library/Application Support/Google/Chrome/Default/Extensions/glnjcddbgikodiblgodmdibdkhgkcnkl

exit
0 REPLIES 0