Skip to content

Get your pwnagotchi's main events to your devices through ntfy services.

Notifications You must be signed in to change notification settings

0xsharkboy/Pwnagotchi-ntfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

ntfy plugin for pwnagotchi

A plugin that will send your pwnagotchi's main events to your devices through ntfy services.

Setup

  1. Copy over ntfy.py into your custom plugins directory
  2. In your config.toml file, add:
main.plugins.ntfy.enabled = true
main.plugins.ntfy.ntfy_url = "ntfy.sh/[ntfytopic]"
# Defines the priority of the notifications on your devices (see: https://docs.ntfy.sh/publish/#message-priority)
main.plugins.ntfy.priority = 3
# Should the plugin cache notifications as long as the pwnagotchi is offline ?
main.plugins.ntfy.cache_notifs = false
  1. Restart your device and enjoy your ntfy plugin !

Tracked events

  • Wake up
  • AI Ready
  • Deauth
  • Handshake capture

Recommandation

Since this plugin needs internet connection I higly recommend you to use bt-tether plugin.

To-do

  • Notify on new peer/peer lost
  • Save events until pwnagotchi is online
  • Notify session stats on shutdown

About

Get your pwnagotchi's main events to your devices through ntfy services.

Resources

Stars

Watchers

Forks

Languages