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!