A script to scan for nearby Xiaomi m365 scooters and lock them on their next stop, while leaving your scooter free to leave the others in the dust. Works great at traffic lights and drag races. Will work best with scooters on 1.3.8 firmware. (pretty much any modified firmware as this is the most compatible)
A good platform for this attack is a Raspberry Pi broadcasting a WiFi hotspot, or a cron job if you want to attack all scooters in your path.
Please do not target scooters without the express consent of the users targeted. I do not take any responsibility for your actions.
sudo apt-get install python-pip libglib2.0-dev
Or for ubuntu 20.04
sudo apt update
sudo apt install python3-pip libglib2.0-dev
sudo pip install bluepy
sudo pip install git+https://github.com/NickJongens/m365py.git#egg=m365py
You'll need to find the MAC Address of your scooter. Using the m365py module, you can find the MAC Addresses of all nearby scooters:
sudo python -m m365py
Clone the Repository:
git clone https://github.com/NickJongens/ScooterJam.git
Modify ScooterJam.py to your Scooter's MAC Address:
"my_scooter_mac_address = "00:00:00:00:00:00"
sudo python ScooterJam.py
Anton Hakansson
https://github.com/AntonHakansson
Ian Harvey