From cbf67032470e450842c753f12ca2e99afb16550c Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Tue, 27 Aug 2024 00:18:18 -0700 Subject: [PATCH] fix: update wrongful interface username and password for bettercap web ui panel and change to `shikigotchi` instead --- pwnagotchi-auto.cap | 4 ++-- pwnagotchi-manual.cap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pwnagotchi-auto.cap b/pwnagotchi-auto.cap index bf19d88..b8b8e9f 100644 --- a/pwnagotchi-auto.cap +++ b/pwnagotchi-auto.cap @@ -4,8 +4,8 @@ set wifi.interface wlan0mon # api listening on http://127.0.0.1:8081/ set api.rest.address 127.0.0.1 set api.rest.port 8081 -set api.rest.username pwnagotchi -set api.rest.password pwnagotchi +set api.rest.username shikigotchi +set api.rest.password shikigotchi set api.rest.websocket true # go! diff --git a/pwnagotchi-manual.cap b/pwnagotchi-manual.cap index e419418..0863528 100644 --- a/pwnagotchi-manual.cap +++ b/pwnagotchi-manual.cap @@ -4,8 +4,8 @@ set wifi.interface wlan0mon # api listening on http://0.0.0.0:8081/ set api.rest.address 0.0.0.0 set api.rest.port 8081 -set api.rest.username pwnagotchi -set api.rest.password pwnagotchi +set api.rest.username shikigotchi +set api.rest.password shikigotchi set api.rest.websocket true # go!