-
Hello Lopes,
I installed the netbox-scanner, but when I run the script, it gives an error.
Maybe because I didn't set it up right.
The error is as follows:
![2020-09-28_11h34_52](https://…
-
I get this error both in Centos 7.6 and in a container running debian and python 3.7.3
My netbox is versionn 2.5.8
```
root@b456e5f91474:~/netbox-scanner# pip freeze
asn1crypto==0.24.0
b…
-
I just tried to install this on CentOS 7.5, and am having some issues:
_# pip3 install netbox-scanner
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 inst…
-
```
Traceback (most recent call last):
File "netbox-scanner/nbscanner", line 13, in
from nbscanner import NetBoxScanner
File "/home/jsummers/netbox-scanner/netbox-scanner/nbscanner.py", l…
-
Hello,
currently I'm trying to figure out if Netbox Scanner is able to login to devices (Linux or Windows VM, Cisco and other network devices) and retrieve FQDN. (Maybe Scanner is able to perform …
-
After some time using this script, I think the best approach is to create a modular environment where "plugins" can be written to scan other tools such as Nmap outputs, PRTG and NetXMS and sync to Net…
lopes updated
4 years ago
-
I'm trying to make the plugin use Cisco network topology icons from here: https://www.cisco.com/c/en/us/about/brand-center/network-topology-icons.html
For this, I downloaded the PMS 3015 EPS packag…
-
Traceback (most recent call last):
File "nbscanner", line 5, in
from configparser import ConfigParser
ImportError: No module named configparser
I have installed the following -
pip ins…
-
Hi
First thanks for this module, it is really helpful.
I am running it using an nmap ouput, but almost all the entries are detected as 'duplicated' even if I don't have any entry in Netbox before tr…
-
Is it possible to use different configs at different sheduled cron tasks?
Some Networks must scanned often and some less often.