dockerized mac-adress monitoring
2.5K
this container will expose a netdiscover instance via http currently supported (optional) arguments are:
if you intend on permanently running the container, i would recommend using the passive option, as most consumer switches will fill their arp cache very quickly
version: '2.3'
services:
netdiscover-docker:
container_name: netdiscover-docker
network_mode: host
image: byreqz/netdiscover-docker:latest
restart: unless-stopped
# environment:
# - port=1234
# - userpass=user:pass
# - title=1234
# - passive=true
Netdiscover: https://github.com/netdiscover-scanner/netdiscover
GoTTY: https://github.com/yudai/gotty
Content type
Image
Digest
Size
78.1 MB
Last updated
over 5 years ago
docker pull byreqz/netdiscover-docker