Last active
July 29, 2022 04:05
-
-
Save gmassawe/90caa6064300c190bdd29feea9be9166 to your computer and use it in GitHub Desktop.
Installing Mousejack on Kali 2022
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install virtualenv | |
git clone https://github.com/BastilleResearch/mousejack.git | |
cd mousejack | |
virtualenv -p /usr/bin/python2 venv | |
source venv/bin/activate | |
pip install pyusb | |
cp -r ~/Downloads/mousejack/venv/lib/python2.7/site-packages/usb ./prog/usb-flasher/ | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment