This is a simple HTTP server plugin for Pwnagotchi. This can be used to retrieve captured pcaps from within the web browser.
-
Install script into plugins folder. (
/usr/local/share/pwnagotchi/custom-plugins
) -
Edit the config.toml
main.plugins.httpserver.enabled = true
Once the Pwnagotchi is running, you can access the captured handshakes by navigating to http://<your-pwnagotchi-ip>:8000
in your web browser.
The script is configured to serve files from the /root/handshakes
directory.
The script is configured to serve files using port 8000.
These options hard coded but will be updated to support config changes at a later date.