hephaest0s / usbkill

« usbkill » is an anti-forensic kill-switch that waits for a change on your USB ports and then immediately shuts down your computer.
4.38k stars 507 forks source link

Add compatibility for FreeNAS systems #89

Open max302 opened 6 years ago

max302 commented 6 years ago

Freenas doesn't ship with lsusb and related utils installed, but does ship with usbconfig. I've added detection for Freenas and a corresponding function that runs and parses usbconfig to output USB vendor and device IDs in the same format as the other functions.