Added hashie to default plugins, to convert pcaps to a crackable format from the start.

This commit is contained in:
Jeroen Oudshoorn
2024-01-23 11:37:34 +01:00
parent c9f232dae2
commit 64241515ad

View File

@ -20,7 +20,7 @@ main.custom_plugins = "/usr/local/share/pwnagotchi/custom-plugins/"
main.plugins.aircrackonly.enabled = true main.plugins.aircrackonly.enabled = true
main.plugins.hashie.enabled = true main.plugins.hashie.enabled = false
main.plugins.hashie.interval = 1 main.plugins.hashie.interval = 1
main.plugins.auto-update.enabled = true main.plugins.auto-update.enabled = true