Recognising the signs of a hijacked browser
- Your homepage or new tab page has changed without your permission.
- Your default search engine is different, and your searches are redirected through an unfamiliar site.
- New, unwanted toolbars or extensions have appeared in your browser.
- You're seeing an excessive amount of pop-up ads, even on sites that don't usually display them.
- Your browser is significantly slower than usual, or crashing frequently.
Good to know
Removing unwanted extensions and checking settings
- For Google Chrome: Type
chrome://extensionsinto your address bar and press Enter. Review the list for any extensions you don't recognise. Toggle off and then click Remove for suspicious ones. Next, go tochrome://settings/searchand ensure your preferred search engine is selected. Finally, checkchrome://settings/onStartupto confirm your desired startup page. - For Mozilla Firefox: Type
about:addonsinto your address bar and press Enter. Click on 'Extensions' in the left-hand menu. Look for any unfamiliar extensions, click the three-dot menu next to them, and choose Remove. Then, openabout:preferences#searchto verify your default search engine andabout:preferences#hometo set your homepage.
Tip
Scanning for malicious software
- Update your system: Open a terminal (Ctrl+Alt+T) and run
sudo apt update && sudo apt upgrade(for Debian/Ubuntu-based systems) orsudo dnf update(for Fedora/RHEL-based systems). This ensures you have the latest security patches. - Check for suspicious processes: In the terminal, run
toporhtopto see running processes. Look for anything unfamiliar that's consuming a lot of resources. You can search online if you're unsure about a process. - Install an antivirus (optional but recommended): While Linux is generally more secure, an antivirus like ClamAV can add an extra layer of protection. Install it with
sudo apt install clamav clamav-daemonorsudo dnf install clamav clamav-update. Then, update its definitions withsudo freshclamand scan your home directory withclamscan -r ~/.
Important
Maintaining a secure browsing environment
- Only install browser extensions from official stores (Chrome Web Store, Firefox Add-ons).
- Be wary of clicking suspicious links or downloading attachments from unknown senders.
- Keep your operating system and browsers updated to the latest versions.
- Use a reputable ad-blocker to prevent malicious pop-ups.
- Consider using a firewall like UFW (Uncomplicated Firewall) to control network traffic:
sudo ufw enable.
Was this guide helpful?
Know someone who needs this? Send them the guide.
Written by
Jordan DicksonFounder, CyberSecurityGuides
Founder of CyberSecurityGuides, writing practical, jargon-free guides that help everyday people recover from and protect against online attacks.
Reviewed by CSG Security Engineers