File Manager App Infected Thousands of Devices with SharkBot Malware Introduction In a concerning development, a notorious Android banking fraud malware named SharkBot has once again infiltrated the official Google Play Store, this time disguised as file manager apps. Despite the marketplace's strict restrictions, the malware managed to bypass security measures and infected thousands of devices. This blog post explores the impact of SharkBot, its distribution tactics, and the steps users can take to protect themselves from such threats. Let's dive in! SharkBot: The Menace Returns Initially discovered by Cleafy in late 2021, SharkBot is a persistent mobile threat that has targeted both the Google Play Store and various third-party app stores. This time, the malware took the form of seemingly harmless file manager apps, making it difficult for unsuspecting users to identify the threat. According to Romanian cybersecurity company Bitdefender, the majority of affecte...
Installing Cloudflared in Termux for Android (ngrok Alternative) – 2026 Updated Repository Link https://github.com/rajbhx/cloudflared-termux What Is Cloudflare? Cloudflare, Inc. is an American content delivery network (CDN) and DDoS protection company founded in 2010. It works as a reverse proxy between visitors and the hosting provider, improving security, performance, and reliability. Basic Usage Once installed, Cloudflared can expose a local service to the internet. cloudflared -url localhost:PORT Example: cloudflared -url localhost:8000 Alternative command: cloudflared tunnel localhost:PORT Installation Make sure your Termux app is fully updated before proceeding. Installation Commands Follow the steps below to install Cloudflared using the rajbhx/cloudflared-termux script. 1. Update Termux and install Git pkg update && pkg upgrade pkg install git 2. Clone the Cloudflared Termux repository git ...