dankamongmen / omphalos

A tool for network enumeration and domination.
https://nick-black.com/dankwiki/index.php/Omphalos
GNU General Public License v3.0
47 stars 6 forks source link

Remove support for external USB ID database #50

Closed dankamongmen closed 3 years ago

dankamongmen commented 3 years ago

We've always dragged around our own copy of usb.ids, but nowadays use udev's device database via libudev. This removes the support for downloading, parsing, or watching a USB database file, or looking up against it. Closes #11.