diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 645e4010..a9e077fa 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -3,7 +3,7 @@ main.lang = "en" main.confd = "/etc/pwnagotchi/conf.d/" main.custom_plugins = "" main.custom_plugin_repos = [ - "https://github.com/evilsocket/pwnagotchi-plugins-contrib/archive/master.zip" + "https://github.com/evilsocket/pwnagotchi-plugins-contrib/archive/master.zip" ] main.iface = "mon0" main.mon_start_cmd = "/usr/bin/monstart" @@ -11,21 +11,21 @@ main.mon_stop_cmd = "/usr/bin/monstop" main.mon_max_blind_epochs = 50 main.no_restart = false main.whitelist = [ - "EXAMPLE_NETWORK", - "ANOTHER_EXAMPLE_NETWORK", - "fo:od:ba:be:fo:od", - "fo:od:ba" + "EXAMPLE_NETWORK", + "ANOTHER_EXAMPLE_NETWORK", + "fo:od:ba:be:fo:od", + "fo:od:ba" ] main.filter = "" main.plugins.grid.enabled = true -main.plugins.grid.report = false +main.plugins.grid.report = true main.plugins.grid.exclude = [ - "YourHomeNetworkHere" + "YourHomeNetworkHere" ] -main.plugins.auto-update.enabled = true -main.plugins.auto-update.install = true +main.plugins.auto-update.enabled = false +main.plugins.auto-update.install = false main.plugins.auto-update.interval = 1 main.plugins.net-pos.enabled = false @@ -90,7 +90,7 @@ main.plugins.ups_lite.shutdown = 2 main.plugins.gpio_buttons.enabled = false -main.plugins.led.enabled = true +main.plugins.led.enabled = false main.plugins.led.led = 0 main.plugins.led.delay = 200 main.plugins.led.patterns.loaded = "oo oo oo oo oo oo oo" @@ -214,18 +214,18 @@ bettercap.username = "pwnagotchi" bettercap.password = "pwnagotchi" bettercap.handshakes = "/root/handshakes" bettercap.silence = [ - "ble.device.new", - "ble.device.lost", - "ble.device.disconnected", - "ble.device.connected", - "ble.device.service.discovered", - "ble.device.characteristic.discovered", - "wifi.client.new", - "wifi.client.lost", - "wifi.client.probe", - "wifi.ap.new", - "wifi.ap.lost", - "mod.started" + "ble.device.new", + "ble.device.lost", + "ble.device.disconnected", + "ble.device.connected", + "ble.device.service.discovered", + "ble.device.characteristic.discovered", + "wifi.client.new", + "wifi.client.lost", + "wifi.client.probe", + "wifi.ap.new", + "wifi.ap.lost", + "mod.started" ] fs.memory.enabled = false