-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running make install command #48
Comments
i have now gotten past the problem by doing the same steps on another computer |
Dear all, Today I installed "kali-linux-2021-W06-installer-amd64" and followed the same steps from the null-byte page shared by redrush11, and I encounter the same error. ===================================== ┌──(root💀kali)-[/opt/mousejack/nrf-research-firmware] ===================================== I also tried with kali 2020.1 and 2020.4 systems, still the same. Any help or advice would be appreciated. Regards, |
Im having the same issue. I think its because kali has since been updated since the release of mouse jack. The best bet is going into usb-flash.py file in mouse jack and looking for line 20 and changing it to the new kali name |
I fixed this by running 'sudo apt install python-usb' and then 'sudo make install' |
When doing this, I get a python-usb not found. 🤔 |
Hello again everyone, I hope you are doing well. I am writing a bit late but I have found from where the issue was coming, at least for me. I was trying to install it on a virtual machine, and even doe I was getting some errors during the installation, I was still able to run keystroke injection attacks on wireless mouses. However, the speed with which was typing the commands on the victim machine was Super slow to what I've seen, and sometimes it was even 'freezing' on one word. For example:
And it was constantly gutting stuck on random letters. I got super sad because I was very hyped about this and I tested it on at least 5-6 different versions of Kali without success. One day I was surfing around github and I saw some issue for some kind of radio antenna USB stuff, and there was a comment saying that Virtual machines don't handle USB processing for the signal, or something like that. I then made a bootable USB with kali 2020 on it, and everything was running smooth as f@#$. I gues VM's are not handling USB processing that well so try with either a bootable USB or a PC/Laptop with kali as an OS on it. I hope this helps you all! Regards, |
Glad you got it working, I just loaded a fresh Ubuntu ISO file onto a RPI, downloaded the req. and was good to go, thanks for the suggestion! |
After trying to install on a Kali VM I saw what yalok1n added. Suggestions ? |
any news on this? |
Hey, this can be solved by forcing the proper version of pyusb into the same directory as the install script so it can find it.
|
I found the fix for this, see this: https://github.com/BastilleResearch/nrf-research-firmware/pull/21/files/bb640164659ec1e9919b8ee22c2b79ad61e0fd94 |
i have followed this guide
https://null-byte.wonderhowto.com/how-to/inject-keystrokes-into-logitech-keyboards-with-nrf24lu1-transceiver-0197099/
every time i run the make install command i get this error message.
what have i done wrong?
i will continue searching for a solution to this but any help would be appreciated. thank you
The text was updated successfully, but these errors were encountered: