13 lines
305 B
Plaintext
13 lines
305 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 shikigotchi
|
|
set api.rest.password shikigotchi
|
|
set api.rest.websocket true
|
|
|
|
# go!
|
|
api.rest on
|