Skip to content

Instantly share code, notes, and snippets.

@gmassawe
Last active July 29, 2022 04:05
Show Gist options
  • Save gmassawe/90caa6064300c190bdd29feea9be9166 to your computer and use it in GitHub Desktop.
Save gmassawe/90caa6064300c190bdd29feea9be9166 to your computer and use it in GitHub Desktop.
Installing Mousejack on Kali 2022
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