An open API service indexing awesome lists of open source software.

https://github.com/linuxndroid/push-notify

📢 Push Notification Dashboard RedTeamer, Hacking With Push Message, iPhone, Android, Windows Support
https://github.com/linuxndroid/push-notify

android cybersecurity hacking hacking-tool linuxndroid message notifications push-notifications python3 sms sms-hacking social-engeneering-toolkit social-engineering

Last synced: about 7 hours ago
JSON representation

📢 Push Notification Dashboard RedTeamer, Hacking With Push Message, iPhone, Android, Windows Support

Awesome Lists containing this project

README

          

![Python](https://img.shields.io/badge/Python-3.x-blue.svg)
![Flask](https://img.shields.io/badge/Flask-Server-green.svg)
![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)

# 📢 Push Notification Dashboard RedTeamer

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

---

## 🚀 Features

| 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 |

---

## 🖼️ Screenshots

**Landing Page**
![Landing Page](images/user.png)

**Admin Dashboard**
![Admin Dashboard](images/admin.png)

---
## 💻 Before Start Change This
- 📬 Change&Paste Your [Vapid](https://vapidkeys.com/) Api ```Line 38,39,40``` in ```App.py``` File
- 🔑 Change Admin Login Data, ```Line 43,44``` Default is ```admin, admin123```
- 🌐 Use HTTPS URL Using Domain or Port Forwarding

## ⚡ Quick Start

### 1️⃣ Clone the repository
```bash
git clone https://github.com/Linuxndroid/Push-Notify
cd Push-Notify
```
```bash
python -m venv venv
venv\Scripts\activate # Windows
# source venv/bin/activate # macOS/Linux

pip install -r requirements.txt
python app.py
```
## 🌐 Use [LocalToNet](https://localtonet.com) For PortForwarding

📊 **After Server Start**
```bash
landing page Url For User: https://yourlocaltonet.com/
```
```bash
Admin Page Url: https://yourlocaltonet.com/admin
```
Created by:
**Linuxndroid**

🔗 Stay connected for updates, demos, and new tools!

---

## 🛡️ Legal Notice

This tool is intended **only for authorized use** in testing, education, or red teaming.
Misuse without consent is strictly prohibited and may violate laws.

---

## 📄 License

This project is licensed under the [MIT License](LICENSE).

# Watch Video For More Information.
[![YouTube Video](https://img.youtube.com/vi/T3JTKu7U5HE/0.jpg)](https://youtu.be/T3JTKu7U5HE?feature=shared)

Made with ❤️ By Linuxndroid

# Available Our [Hacking Course](https://linuxndroid.in)

# Follow Me on :

[![Instagram](https://img.shields.io/badge/IG-linuxndroid-yellowgreen?style=for-the-badge&logo=instagram)](https://www.instagram.com/linuxndroid)

[![Youtube](https://img.shields.io/badge/Youtube-linuxndroid-redgreen?style=for-the-badge&logo=youtube)](https://www.youtube.com/channel/UC2O1Hfg-dDCbUcau5QWGcgg)

[![Browser](https://img.shields.io/badge/Website-linuxndroid-yellowred?style=for-the-badge&logo=browser)](https://www.linuxndroid.in)