mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
13 lines
200 B
Markdown
13 lines
200 B
Markdown
kismet
|
|
======
|
|
|
|
```bash
|
|
$ docker-compose up -d
|
|
|
|
$ docker-compose exec kismet cat /root/.kismet/kismet_httpd.conf
|
|
httpd_password=LV2nurQNGgZ46N5n
|
|
httpd_username=kismet
|
|
|
|
$ curl http://localhost:2501
|
|
```
|