From 64241515adddcbf6fd8f5e6830c6fc201b0c4a41 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 23 Jan 2024 11:37:34 +0100 Subject: [PATCH] Added hashie to default plugins, to convert pcaps to a crackable format from the start. --- pwnagotchi/defaults.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 5244f3b8..50601e68 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -20,7 +20,7 @@ main.custom_plugins = "/usr/local/share/pwnagotchi/custom-plugins/" main.plugins.aircrackonly.enabled = true -main.plugins.hashie.enabled = true +main.plugins.hashie.enabled = false main.plugins.hashie.interval = 1 main.plugins.auto-update.enabled = true