mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +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
|
||
|
```
|