caplets/pwnagotchi-manual.cap

13 lines
303 B
Plaintext

# enable interface monitor mode and define wifi interface to be mon0
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.websocket true
# go!
api.rest on