RoganDawes / LOGITacker

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

Not an issue, just a question #32

Closed bluegizmo83 closed 4 years ago

bluegizmo83 commented 4 years ago

Does this current work using a CrazyRadio PA dongle like mousejack? It has an nRF24LU1+ chip. Mousejack is pretty cool and all, but your software here looks to go more in depth and do more stuff.

RoganDawes commented 4 years ago

Logitacker requires an nRF52840 chip or equivalent, due to its advanced radio. So far, it only supports actual 52840, although in theory, parts of it should work well enough on 52832's, for example.

A fairly big part of it currently depends on the USB UART user interface, though, which is not present on the '32.

On Mon, Nov 18, 2019, 19:06 Daniel Brooker notifications@github.com wrote:

Does this current work using a CrazyRadio PA dongle like mousejack? It has an nRF24LU1+ chip. Mousejack is pretty cool and all, but your software here looks to go more in depth and do more stuff.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mame82/LOGITacker/issues/32?email_source=notifications&email_token=AABHBC4XHKQT3BDLT2TJWYLQULDR7A5CNFSM4JOWTRG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2DHDDA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABHBC735T2UBNQCSXVQRG3QULDR7ANCNFSM4JOWTRGQ .

bluegizmo83 commented 4 years ago

Logitacker requires an nRF52840 chip or equivalent, due to its advanced radio. So far, it only supports actual 52840, although in theory, parts of it should work well enough on 52832's, for example. A fairly big part of it currently depends on the USB UART user interface, though, which is not present on the '32. On Mon, Nov 18, 2019, 19:06 Daniel Brooker @.***> wrote: Does this current work using a CrazyRadio PA dongle like mousejack? It has an nRF24LU1+ chip. Mousejack is pretty cool and all, but your software here looks to go more in depth and do more stuff. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#32?email_source=notifications&email_token=AABHBC4XHKQT3BDLT2TJWYLQULDR7A5CNFSM4JOWTRG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2DHDDA>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABHBC735T2UBNQCSXVQRG3QULDR7ANCNFSM4JOWTRGQ .

Oh ok, thanks!