hak5 / pineapple-modules

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

Library safety improvements #7

Closed frozenjava closed 4 years ago

frozenjava commented 4 years ago

catching exceptions raised by request handlers in modules to prevent module from crashing.

validating handler return type is a tuple

preventing messages larger than the buffer size from being published.