hak5 / pineapple-modules

The Official WiFi Pineapple Module Repository for the WiFi Pineapple Mark VII
https://wifipineapple.com
368 stars 157 forks source link

Updated JobManager to allow users to register completion callbacks th… #14

Closed frozenjava closed 4 years ago

frozenjava commented 4 years ago

…at will be called when a job finishes running.

Update OpkgJob to accept a single package or a string of package names to install/uninstall

Updated nmap and tcpdump modules to take advantage of JobManager callbacks

Delete the notifications package in favor of having it be a regular helper function.

Added a send_notification method to module.py that automatically populates the module name in the send notification call.