Skip to main content
  1. Home
  2. Emerging Tech
  3. News

Disabling a drone is easier than you think

Add as a preferred source on Google

Own a drone and want to have some fun with it? Then check out this tutorial from Make magazine that shows you how to build a device that’ll disable a drone in an instant. The technology uses a Wi-Fi jammer that will interrupt the connection between the drone and the controller. It can be quite effective at bringing down drones that use Wi-Fi as their method of communication.

In its example, Make used a Parrot AR.Drone which generates its own Wi-Fi access point. With these drones, owners can set up an access point on the drone and connect their smartphone to the access point. The smartphone then acts as a controller that is used to fly the UAV. This is a simple and affordable system that gets people flying quickly without the fuss of learning how to use a physical controller with joysticks and flywheels. The system’s biggest drawback is that is very hackable, so hackable that people have even created some related competitions.

Recommended Videos

To hack into the drone, Make used a laptop with a USB Wi-Fi card and a homemade cantenna to connect to the drone’s very open access point. The cantenna is basically a directional antenna built using a can. It allows you to log into a relatively distant access point. Once connected, the hacker can open a terminal application and telnet to the gateway address of the drone, which is usually the all-too-common 192.168.1.1. Once connected using an active telnet session, the hacker then can perform a variety of commands, including shutting off the drone without the operator knowing.

Telnet is not too difficult to use, but there is an easier way to automate this process using a Raspberry Pi. In its tutorial, Make walks you through the process of creating a script containing a series of commands that will join the Raspberry Pi to the Parrot drone automatically. This connection script then calls a second script that will initiate a telnet session and send the “power off” command to the drone. This command will instruct the drone’s computer system to shut down completely, causing the drone to plummet to the ground much to the bewilderment of the operator.

Besides forcing a drone to stop operating, a hacker also can send many other commands including ones that reroute the drone to a new location, intercept the video feed, and more. There’s even a project that describes how to create an army of zombie drones using a single drone that seeks out other Parrot drones, disconnects them from the operator, and reconnects them to the attacker drone. Once connected, the compromised drones and attacker drone fly away together in their newly created group.

Kelly Hodgkins
Kelly's been writing online for ten years, working at Gizmodo, TUAW, and BGR among others. Living near the White Mountains of…
The Apple Car may be dead, but it became the foundation of Apple Intelligence
A decade of work on a canceled car project reportedly laid the groundwork for Apple Intelligence.
Apple Intelligence in Apple Car

The Apple Car may have never left the garage, but it apparently gave birth to Apple's AI ambitions. According to Bloomberg's Mark Gurman, Apple's canceled autonomous vehicle project, one that consumed more than a decade of work and over $10 billion before being scrapped in 2024, ended up laying the technological foundation for Apple Intelligence. In a rather ironic twist, one of Apple's most expensive failures may also become one of its most important long-term investments.

The Apple Car forced Apple to think like an AI company

Read more
Researchers hid a prompt injection inside a PNG, and AI fell for it
Hacker

AI coding assistants like Claude are becoming every developer's favorite coworker. They can review code, explain confusing functions, and even write entire features with a single prompt. But new research suggests that this growing trust could also become their biggest weakness.

A team of security researchers (professor Sudipta Chattopadhyay and researcher Murali Ediga) has demonstrated an unusual attack that doesn't target the AI model directly. Instead, it targets what the AI doesn't pay enough attention to during code reviews. Rather than hiding malicious instructions in lines of code, the researchers tucked them inside an image file. Since many AI review tools treat images as decorative assets rather than as something worth inspecting, the pull request can appear perfectly harmless and sail through the review.

Read more
AI has already fallen into the wrong hands and they’re using it to make bombs
Logo, Text

Artificial intelligence has quickly become the go-to tool for everything from writing emails and summarizing meetings to helping students study or developers debug code. But the same technology that saves people time can also be misused, and a new report suggests that terrorist organizations are finding ways to do exactly that.

According to a research paper shared with The New York Times ahead of its publication, researchers found evidence that members of Boko Haram have been using popular AI chatbots to support both day-to-day activities and combat-related tasks. Interviews with 27 former members conducted in Nigeria over the past two years suggest that tools such as ChatGPT, Gemini, Claude, Grok, Meta AI, and DeepSeek were used to gather technical information, troubleshoot weapons, and even assist with planning attacks.

Read more