SShortSingh.
Back to feed

RedHook Android malware exploits Wireless Debugging to silently capture screens

0
·1 views

Security firm Group-IB published an analysis on July 9 revealing a new variant of the Android trojan RedHook that gains shell-level privileges without rooting, exploiting or connecting to a PC. The malware spreads through phishing calls or messages impersonating banks or government agencies, directing victims to sideload an APK from a fake Play Store site. Once installed, it manipulates the device's Accessibility Service to silently enable Developer Options and Wireless Debugging, then connects to the phone's own ADB daemon over loopback to escalate privileges. From this position, it can stream the victim's screen via RTMP, bypassing Android's mandatory MediaProjection consent dialog entirely, while also executing 53 server-issued commands including silent app installs and keystroke logging. Active campaigns have been observed targeting users in Vietnam and Indonesia, though the technique is not geographically limited.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Kimi K3 Sets Open-Weight Record as OpenAI and Anthropic Battle for Coding Dominance

Moonshot AI released Kimi K3 this week, a 2.8 trillion-parameter multimodal model with a 1 million token context window, with open weights expected by July 27; it is already live on their API and reportedly outperforms several top closed models in coding benchmarks. Separately, Thinking Machines Lab, founded by former OpenAI executive Mira Murati, launched Inkling, a 975 billion-parameter open-weights foundation model trained on 45 trillion tokens across text, images, and audio. OpenAI consolidated its Codex tool into ChatGPT under the rebranded product ChatGPT Work, which saw 2.5x usage growth in a week, though the move drew backlash from power users whose established workflows were disrupted. Anthropic responded swiftly by resetting usage allowances for all Claude users, signaling an intensifying competition to become the default coding agent for developer teams. Industry observers note that the broader race is shifting from raw model capability toward the infrastructure and tooling ecosystems built around AI models.

0
ProgrammingDEV Community ·

Developer Builds YourOnlyAI to Match Users With the Right AI Tool for Any Task

A developer has launched YourOnlyAI, a platform designed to help users identify the most suitable AI model for a specific task without manually searching through blogs or testing multiple tools. The tool works by asking users to describe their goal and then providing practical, task-specific AI recommendations. The creator says the focus is on actionable guidance rather than simply maintaining a directory of AI tools. Improved task categorization is among the features currently in development. The developer is actively seeking community feedback on usability, recommendation criteria, and trust factors.

0
ProgrammingDEV Community ·

How to Use HC-SR04 Ultrasonic Sensor with Arduino for Distance Measurement

The HC-SR04 is a popular ultrasonic sensor in the Arduino ecosystem that measures distances ranging from 3 cm to 300 cm using 40 kHz sound waves. It works by emitting ultrasonic pulses from a trigger pin, waiting for the echo to bounce back from an object, and calculating distance based on the sound's travel time. The sensor connects to an Arduino UNO via just four pins — VCC, GND, Trig, and Echo — making it accessible for beginners. With an accuracy of approximately ±3 mm and reliable performance across lighting conditions, it is widely used in robotics, smart parking, obstacle avoidance, and home automation projects. The distance is calculated using the formula: Distance (cm) = Echo Time (µs) ÷ 58.3, derived from the speed of sound.

0
ProgrammingDEV Community ·

Open-Source Tool Uses Claude AI to Build Smarter Job Search Workflows

An open-source project is gaining attention for turning Anthropic's Claude into a structured, AI-powered career assistant for job seekers. The tool is designed to match candidate profiles with relevant opportunities, optimize resumes, and improve the consistency of job applications. Rather than encouraging users to send mass applications, the system focuses on building a repeatable, quality-driven job search process. The project is aimed at developers, job seekers, and AI enthusiasts looking to modernize how they approach hiring. Details about the tool were shared via a developer blog post published in late April 2025.