2025-01-06 15:57:02 -07:00
2025-01-06 15:52:38 -07:00
2025-01-06 15:45:34 -07:00
2025-01-06 15:45:34 -07:00
2025-01-06 15:45:34 -07:00
2025-01-06 15:50:05 -07:00
2025-01-06 15:57:02 -07:00
2025-01-06 15:45:34 -07:00

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, but more can be added.

Research credit to Matt Brown. For more into, watch his YouTube video reporting this vulnerability.

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

Running the Project

  1. Compile the TypeScript files:
npm run build
  1. Start the application:
npm start
Description
No description provided
Readme 3.1 MiB
Languages
TypeScript 100%