Skip to content

A script to scan for nearby m365 scooters and lock them if they don't have a bluetooth connection active.

Notifications You must be signed in to change notification settings

NickJongens/ScooterJam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

ScooterJam

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.

Installation of pip and modules

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

Find MAC address of your scooter

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"

Start the attack - could be run as a cron job etc:

sudo python ScooterJam.py

Credits

Anton Hakansson

https://github.com/AntonHakansson

Ian Harvey

https://github.com/IanHarvey

About

A script to scan for nearby m365 scooters and lock them if they don't have a bluetooth connection active.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages