mirror of
https://github.com/FoggedLens/alprleaks.git
synced 2026-02-12 14:32:44 +00:00
1.1 KiB
1.1 KiB
ALPR Leaks
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:
Installation
- Clone the repository:
git clone https://github.com/frillweeman/alprleaks.git
- Navigate to the project directory:
cd alprleaks
- Install the dependencies:
npm install
Running the Project
- Compile the TypeScript files:
npm run build
- Start the application:
npm start
