Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FoggedLens/alprleaks

Repository files navigation

ALPR Leaks

CSV file of data collected from script

Log license plates, vehicle make, vehicle color, and vehicle model to a CSV along with a JPEG image of the vehicle from Motorola ALPRs exposed to the public internet.

This script is preloaded with 3 IP addresses from Chicago, but more can be added. See motorola-ip-addresses.json for a list of over 100 IP addresses found through Shodan.

Research credit to Matt Brown. For more info, watch his YouTube video reporting this vulnerability, or read the 404 Media article.

UPDATE: Most Cameras Offline

1/9/2025 - Following media reports and action from Motorola, it looks like most Motorla ALPRs have been taken offline, so this script is unlikely to work anymore.

Disclaimer

This script is for educational purposes only. Do not use this script in any way that violates the law. Only use this script on devices you own or have permission to use it on.

This script was thrown together in a short period of time with a lot of assistance from GitHub Copilot. It is not perfect and may not work as expected. Feel free to fix and bugs you find and open a pull request.

Running Locally

To run this project locally, follow these steps:

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (version 14 or higher)
  • npm (version 6 or higher)

Installation

  1. Clone the repository:
git clone https://github.com/frillweeman/alprleaks.git
  1. Navigate to the project directory:
cd alprleaks
  1. Install the dependencies:
npm install

Setup

  1. Change the list of IP addresses in index.ts to the IP addresses you want to monitor. Use motorola-ip-addresses.json for a list of over 100 IP addresses found through Shodan.

Running the Project

  1. Compile the TypeScript files:
npm run build
  1. Start the application:
npm start

About

Log ALPR data using a Motorola vulnerability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published