Dockerized version of netbox-scanner. Scan networks and add them to Netbox.
make
- Goto
Others / Tags
and create a new tag:nmap
. - Goto
Profiles & Settings / API Tokens
and create a token, for use with netbox-scanner.
- Goto
Customization / Tags
and create a new tag:nmap
. - Goto
Authentication / API Tokens
and create a token, for use with netbox-scanner.
- Configure address and API token in
netbox-scanner.conf
.- address must contain the scheme, e.g.
http://192.168.0.10:8000
- address must contain the scheme, e.g.
- Configure the networks to scan in
networks.txt
.
# use default DNS server
./scan.sh
# use custom DNS server
# usefull if the host has a public DNS server configured and reverse DNS is not working for scanned hosts on the local network
./scan.sh --dns 192.168.0.1