A Flask-based Push Notification Dashboard with:
- π¨ Matrix-style public landing page for Social-Engineering
- π Admin login with push dashboard
- π Support Multi Device, iOS, Android, Windows
- π GeoIP lookup for subscriber location
- πΌοΈ Image upload with live preview
- π¬ Push sending using Web Push Protocol with your VAPID keys
Feature | Description |
---|---|
π» Landing Page | Matrix-style animation with subscription prompt |
π Admin Login | Simple username/password authentication |
π€ Push Sending | Send to all subscribers or send test messages |
πΌοΈ Image Upload | Upload & preview notification images |
π Stats & History | View subscriber list with GeoIP and push history |
π GeoIP | Automatic city/country detection |
π¬ Multi Device | Support Push Message iPhone, Android, Windows |
- π¬ Change&Paste Your Vapid Api
Line 38,39,40
inApp.py
File - π Change Admin Login Data,
Line 43,44
Default isadmin, admin123
- π Use HTTPS URL Using Domain or Port Forwarding
git clone https://github.com/Linuxndroid/Push-Notify
cd Push-Notify
python -m venv venv
venv\Scripts\activate # Windows
# source venv/bin/activate # macOS/Linux
pip install -r requirements.txt
python app.py
π Use LocalToNet For PortForwarding
π After Server Start
landing page Url For User: https://yourlocaltonet.com/
Admin Page Url: https://yourlocaltonet.com/admin
Created by:
Linuxndroid
π Stay connected for updates, demos, and new tools!
This tool is intended only for authorized use in testing, education, or red teaming.
Misuse without consent is strictly prohibited and may violate laws.
This project is licensed under the MIT License.
Made with β€οΈ By Linuxndroid