From 1c39b74aeaf134bbfe3c324aa4aebfbeb7349315 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Tue, 3 Sep 2024 21:19:53 -0700 Subject: [PATCH] fix: roll back bettercap caplets to original v1 version with bettercap webui support and force set defalt network interface to `wlan0mon` & update file name for bettercap caplets with their corresponding username & password --- pwnagotchi-auto.cap => shikigotchi-auto.cap | 4 ++-- pwnagotchi-manual.cap => shikigotchi-manual.cap | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) rename pwnagotchi-auto.cap => shikigotchi-auto.cap (79%) rename pwnagotchi-manual.cap => shikigotchi-manual.cap (81%) diff --git a/pwnagotchi-auto.cap b/shikigotchi-auto.cap similarity index 79% rename from pwnagotchi-auto.cap rename to shikigotchi-auto.cap index 1d5530e..20f607c 100644 --- a/pwnagotchi-auto.cap +++ b/shikigotchi-auto.cap @@ -4,8 +4,8 @@ set wifi.interface wlan0mon # api listening on http://127.0.0.1:8081/ and ui to http://127.0.0.1 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/shikigotchi-manual.cap similarity index 81% rename from pwnagotchi-manual.cap rename to shikigotchi-manual.cap index e501b38..5373fa5 100644 --- a/pwnagotchi-manual.cap +++ b/shikigotchi-manual.cap @@ -7,10 +7,10 @@ set api.rest.port 8081 set http.server.address 0.0.0.0 set http.server.port 80 set http.server.path /usr/local/share/bettercap/ui -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! api.rest on -http.server on +http.server on \ No newline at end of file