Files
alprleaks/README.md
2025-01-06 15:57:02 -07:00

1.1 KiB

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