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

How can I suppress the output when activating Logitacker? #61

Open git-minix opened 2 years ago

git-minix commented 2 years ago

When I am connect with

$ screen / dev / ttyACM0 19200

, I am immediately spammed with INFO messages because LOGITacker starts with auto discovery. How can i stop this? You don't even get to use the commands because messages are constantly being output. Seems like a good solution logitacker-script, which I found on youtube (https://www.youtube.com/watch?v=_NgOmR0l1p0&t=72s) - but there is no link to that script.

Is there any way to start quite? What single command stop the discovery? Is there an option to do the cli interactions and the output in different channels? Or something like in the video (logitacker-script) with two separate terminal windows?

Frank

git-minix commented 2 years ago

guess this helps

$ log backend m_cli_cdc_acm_log_backend halt

$ log backend m_cli_cdc_acm_log_backend disable

https://github.com/RoganDawes/LOGITacker

Note: Makerdiary MDK exposes two USB serial ports (one belonging to CMSIS-DAP). Be sure to connect to the correct port, which runs the CLI. The other port only outputs log messages

Not a feature of my Nordic nRF52840 Dongle (pca10059)