Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperklein/docker-netbox-scanner
https://github.com/casperklein/docker-netbox-scanner
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/casperklein/docker-netbox-scanner
- Owner: casperklein
- Created: 2019-09-15T22:15:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T21:52:38.000Z (2 months ago)
- Last Synced: 2024-08-27T00:40:57.691Z (2 months ago)
- Language: Shell
- Size: 43.9 KB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# docker-netbox-scanner
Dockerized version of [netbox-scanner](https://github.com/lopes/netbox-scanner). Scan networks and add them to Netbox.
## Build (optional)
```bash
make
```## Setup Netbox 3.x
1. Goto `Others / Tags` and create a new tag: `nmap`.
1. Goto `Profiles & Settings / API Tokens` and create a token, for use with netbox-scanner.## Setup Netbox 4.x
1. Goto `Customization / Tags` and create a new tag: `nmap`.
1. Goto `Authentication / API Tokens` and create a token, for use with netbox-scanner.## Setup Netbox-Scanner
1. Configure *address* and API *token* in `netbox-scanner.conf`.
- *address* must contain the scheme, e.g. `http://192.168.0.10:8000`
2. Configure the networks to scan in `networks.txt`.## Start scan
```bash
# 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
```