hephaest0s/usbkill

Firewire / Thunderbolt / SD / Ethernet Support

Miserlou opened this issue · 3 comments

Just got me thinking.. there are plenty of other holes in this machine which actually present a far nastier attack vector than plain USB (DMA!) that currently don't really have any defenses other than superglue.

It'd be super nifty if usbkill 0.2.0 could also support system killing on changes on the Firewire/Thunderbolt/Ethernet ports as well.

system_profiler SPThunderboltDataType

and

system_profiler SPFireWireDataType

and

system_profiler SPCardReaderDataType

all seem to work just fine, seems like could just apply the same logic and have it work, at least on OSX. udev on linux?

Yup. I am aware of these commands, I will add checks for them soon. For Linux, why not udev.

nic commented

@hephaest0s Are you think that it's possible?