A security-focused utility for QR code styling, real-time preview, and browser-based QR scanning.
Repository: https://github.com/Mr-pentest/Alpha-QR.git
Alpha QR provides a lightweight local environment for generating and styling QR codes, previewing them in real time, and integrating them into webpages.
A companion Chrome extension enables live QR detection directly from the active browser tab.
This project is primarily intended for authorized security research, controlled simulations, and educational demonstrations.
Alpha QR startup banner showing the local server status, designer URL, and Alpha.js embed information.
The Alpha QR browser extension actively scanning a WhatsApp login page. This demonstrates real-time QR detection directly from the active browser tab.
The QR Designer interface is used to generate and style QR codes, manage detection logic, and configure fallback behavior.
In this step:
- A chat-loading animation HTML file is uploaded
- The detection keyword
haveis saved - The uploaded HTML file is selected as the fallback payload
This configuration is prepared for controlled QR-based simulation.
Split-tab view showing:
- One page where the QR is detected by the extension
- One page where the QR output is displayed in real time
This confirms end-to-end QR detection and rendering.
The video below demonstrates the complete controlled simulation flow.

- Victim-side QR is scanned
- Attacker-side browser session becomes active
- Detection keyword disappears from the attacker interface
- Selected chat-loading animation HTML is displayed on the victim browser
- Victim is redirected to the original
web.whatsapp.compage
- Start.py — Flask server hosting the QR Designer interface
- Alpha.js — Script for embedding the live QR output into any webpage
- AlphaQR/ — Chrome extension for starting/stopping real-time QR scanning
- test.html — Basic example showing embedded QR rendering
- Python 3.9+
- Git
- Google Chrome or Chromium
git clone https://github.com/Mr-pentest/Alpha-QR.git
cd Alpha-QR
pip install flask pillow pyzbar qrcode



