Skip to main content
Android Debug Bridge

Android Debug Bridge

SoftwareWikipedia

Search complete. 38 mentions across 14 episodes found for "Android Debug Bridge".

Sep 9, 2026

Rich StroffolinoHOST
4:33
Since IT admins typically have to test these patches before deploying them, Microsoft warns that this increased volume may further widen the existing patch gap between release and application.
Rich StroffolinoHOST
4:43
[whoosh] Android RAT spreads over ADB.
Rich StroffolinoHOST
4:47
Researchers at Dark Atlas documented a new Android remote access Trojan called THost9 that conceals itself inside an app package before deploying a second-stage payload to give attackers shell access and other malicious capabilities.
Rich StroffolinoHOST
5:00
The unique feature here is that it scans for other Android devices with exposed Android Debug Bridge services enabled, then authenticates and installs itself on any device it can reach.
Rich StroffolinoHOST
5:11
This appears linked to an earlier variant that spread with real-world infections back in 2024.
Rich StroffolinoHOST
5:16
The researchers recommend not exposing ADB to the internet, which is probably good advice even without this RAT in the wild.
Rich StroffolinoHOST
5:23
[whoosh] Trezor supply chain breach worse than originally thought.
Rich StroffolinoHOST
5:27
Last month, cryptocurrency wallet maker Trezor announced a breach in its supply chain partner ShipMonk, leaking customer data from May 10th through August 8th, 2026.
Owen McGirrGUEST
8:55
I have also been experimenting with Codex and Switchify recently.
Owen McGirrGUEST
9:00
I wrote a harness where Codex looks at a screenshot, reasons about what is on screen, and chooses which Switchify action to send over ADB as if it only had switches.
Owen McGirrGUEST
9:11
Some of the results gave me pause.
Owen McGirrGUEST
9:14
If the AI could not understand the UX from what was visible on screen, that made me think I should rethink parts of the UX because a real user might have the same uncertainty.

14 MINS LATER

Owen McGirrGUEST
23:13
I have also been experimenting with AI as a testing tool.
Owen McGirrGUEST
23:16
One example is the Codex and Switchify harness I built.
Owen McGirrGUEST
23:20
It takes a screenshot, asks Codex to reason about what is on screen, and then sends a Switchify action over ADB as if the agent only had switches.
Owen McGirrGUEST
23:30
That has been useful because when the AI misunderstands the UX, it makes me ask whether the UX is actually clear enough.
Gerald AugerHOST
49:06
Uh, guys, with mods like this, am I right? Ha ha.
Rich StroffolinoSOUNDBITE_SPEAKER
49:11
Android RAT spreads over ADB.
Rich StroffolinoSOUNDBITE_SPEAKER
49:14
Researchers at Dark Atlas documented a new Android remote access Trojan called THost 9 that conceals itself inside an app package before deploying a second stage payload to give attackers shell access and other malicious capabilities.
Rich StroffolinoSOUNDBITE_SPEAKER
49:27
The unique feature here is that it scans for other Android devices with exposed Android debug bridge services enabled, then authenticates and installs itself on any device it can reach.
Rich StroffolinoSOUNDBITE_SPEAKER
49:38
This appears linked to an earlier variant that spread with real world infections back in twenty twenty four.
Rich StroffolinoSOUNDBITE_SPEAKER
49:43
The researchers recommend not exposing ADB to the internet, which is probably good advice even without this RAT in the wild.
Gerald AugerHOST
49:50
All right, so this sounds like one of those, um...
Gerald AugerHOST
49:54
This is a piece of malware that scans the Android device, so obviously this is targeting Android tablets, Android phones, Android, um, Fire Sticks and stuff like that.
Jerry BellHOST
4:04
An Android Trojan hides its payload in the app package, then scans for debug ports left open and installs itself on whatever answers.
Jerry BellHOST
4:13
Turn off ADB over TCP on your managed Android fleet.
Jerry BellHOST
4:17
Fifteen.
Jerry BellHOST
4:18
Where the UEFI shell ships inside Flash, an administrator who can change the boot order can start it and use its memory write commands to turn off the checks secure boot relies on.
speaker_5GUEST
8:25
We need a tunnel through that virtual router.
speaker_4HOST
8:27
And this is where the Android debug bridge or ADB steps in.
speaker_4HOST
8:32
ADB is essentially the wormhole between your host machine and the emulator's isolated environment.
speaker_5GUEST
8:37
That's exactly what it is.
speaker_5GUEST
8:39
You drop into your host terminal and you execute the command.
speaker_4HOST
8:46
Let's dissect the syntax of that command for absolute clarity.
speaker_5GUEST
8:50
Sure.
speaker_5GUEST
8:50
So the ad pay forward directive tells the ADB daemon to create a socket connection.
speaker_5HOST
23:49
Love that.
speaker_5HOST
23:49
Okay, so with the virtual device booted and root access secured, we interface with it using the command line via the Android debug bridge or ADB.
speaker_4HOST
23:58
Yep, ADB is your best friend here.
speaker_5HOST
24:00
Now, if we were trying to do this on a physical Android phone, we'd have to navigate through the UI, go to settings, tap the build number like a crazy person, 4, 3, 2, 1 to become a developer, and manually authorize USB debugging.
speaker_5HOST
24:15
the emulator bypasses all of that friction.
speaker_4HOST
24:17
It does.
speaker_4HOST
24:18
ADB provides a direct privileged pipeline to the device.
speaker_4HOST
24:22
You type add devices to verify the connection and then command abrute to restart as root ensuring every subsequent command executes with top level system authority.
RobinGUEST
8:01
Yeah.
RobinGUEST
8:01
It connects using Mac iPhone mirroring, which needs Mac OS Sequoia, or it uses ADB for Android.
speaker_3HOST
8:08
ADB is a bridge to send commands directly to Android phones.
speaker_3HOST
8:12
And no jailbreaking is required.
RobinGUEST
8:14
Right.
Chris GravelineHOST
48:35
Now, after a while, it stopped working.
Chris GravelineHOST
48:37
And when he took it apart and examined it, he discovered that it was running Android Debug Bridge, and it could be accessed without any password.
Chris GravelineHOST
48:44
Oh, that's not good.
Chris GravelineHOST
48:45
It was also running Google Cartographer to build a detailed map of his house, that it was attempting to upload to the manufacturer.
Doug WhiteHOST
31:12
The scary part of these things is that it's possible to install apps on these boxes, even if they're inside your home network.
Doug WhiteHOST
31:22
Plume said that they focused on Superbox, but that other similar devices probably do very similar things because basically the box has an open ADB port that connects from the box to back home.
Doug WhiteHOST
31:36
And that means people can access that channel, even if it's behind a firewall, because you open the firewall to allow it to download stuff, right? So now somebody can push things onto it, and that's what they were doing.
Doug WhiteHOST
31:47
They're pushing things on there that allow them both to extract information from your network, as well as use this as a platform to attack other places.
Doug WhiteHOST
31:12
The scary part of these things is that it's possible to install apps on these boxes, even if they're inside your home network.
Doug WhiteHOST
31:22
Plume said that they focused on Superbox, but that other similar devices probably do very similar things because basically the box has an open ADB port that connects from the box to back home.
Doug WhiteHOST
31:36
And that means people can access that channel, even if it's behind a firewall, because you open the firewall to allow it to download stuff, right? So now somebody can push things onto it, and that's what they were doing.
Doug WhiteHOST
31:47
They're pushing things on there that allow them both to extract information from your network, as well as use this as a platform to attack other places.

4 more episodes mention Android Debug Bridge.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.