RoganDawes / LOGITacker

Enumerate and test Logitech wireless input devices for vulnerabilities with a nRF52840 radio dongle.
GNU General Public License v3.0
634 stars 112 forks source link

pair: unknown parameter: device #41

Open sogewasp opened 4 years ago

sogewasp commented 4 years ago

I'm trying use the pair feature, but the command seems broken:

LOGITacker (sniff pairing) $ pair device
pair: unknown parameter: device

I can actually see the device over the CLI interface:

<info> LOGITACKER_PROCESSOR_DISCOVER: DISCOVERY: received valid ESB frame (addr XX:XX:XX:XX:XX, len: 15, ch idx 1, raw ch 8, rssi 43)
<info> LOGITACKER_PROCESSOR_DISCOVER: discovered device is Logitech
<info> LOGITACKER_PROCESSOR_DISCOVER: DISCOVERY: received valid ESB frame (addr XX:XX:XX:XX:XX, len: 15, ch idx 1, raw ch 8, rssi 43)
<info> LOGITACKER_PROCESSOR_DISCOVER: discovered device is Logitech

I'm now getting into the code to see if I can figure this out.