fix: update wrongful interface username and password for bettercap web ui panel and change to shikigotchi instead

This commit is contained in:
Anda Toshiki 2024-08-27 00:18:18 -07:00
parent e1a271fc60
commit cbf6703247
Signed by: andatoshiki
GPG Key ID: 443A8FB634CF898D
2 changed files with 4 additions and 4 deletions

View File

@ -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!

View File

@ -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!