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

This commit is contained in:
Anda Toshiki 2024-09-03 21:19:53 -07:00
parent 9be991b263
commit 1c39b74aea
Signed by: andatoshiki
GPG Key ID: 443A8FB634CF898D
2 changed files with 5 additions and 5 deletions

View File

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

View File

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