mirror of
https://github.com/lopes/netbox-scanner.git
synced 2025-07-26 07:15:15 +02:00
requirements updated
This commit is contained in:
parent
4a5c66a8be
commit
867652b3b2
@ -3,11 +3,7 @@ A scanner util for [NetBox](https://netbox.readthedocs.io/en/stable/), because c
|
|||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
`netbox-scanner` is available as a Python package via [PyPi](https://pypi.org/project/netbox-scanner/), so you can install it using `pip`:
|
`netbox-scanner` is compatible with Python 3.6+, and can be installed like this:
|
||||||
|
|
||||||
$ pip3 install netbox-scanner
|
|
||||||
|
|
||||||
You can also download from GitHub:
|
|
||||||
|
|
||||||
$ wget https://github.com/forkd/netbox-scanner/archive/master.zip
|
$ wget https://github.com/forkd/netbox-scanner/archive/master.zip
|
||||||
$ unzip netbox-scanner-master.zip -d netbox-scanner
|
$ unzip netbox-scanner-master.zip -d netbox-scanner
|
||||||
@ -15,7 +11,7 @@ You can also download from GitHub:
|
|||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
$ python netbox-scanner/nbscanner
|
$ python netbox-scanner/nbscanner
|
||||||
|
|
||||||
Note that `netbox-scanner` will require [Nmap](https://nmap.org/) and an instance of NetBox ready to use.
|
Note that `netbox-scanner` will require [Nmap](https://nmap.org/) and an instance of NetBox (tested under NetBox 2.4.4) ready to use.
|
||||||
|
|
||||||
|
|
||||||
## Scanning the Network
|
## Scanning the Network
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
asn1crypto==0.24.0
|
asn1crypto==0.24.0
|
||||||
bcrypt==3.1.4
|
bcrypt==3.1.6
|
||||||
certifi==2018.8.24
|
certifi==2019.3.9
|
||||||
cffi==1.11.5
|
cffi==1.12.2
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
cpe==1.2.1
|
cpe==1.2.1
|
||||||
cryptography==2.3.1
|
cryptography==2.6.1
|
||||||
idna==2.7
|
idna==2.8
|
||||||
netaddr==0.7.19
|
paramiko==2.4.2
|
||||||
paramiko==2.4.2
|
pyasn1==0.4.5
|
||||||
pyasn1==0.4.4
|
pycparser==2.19
|
||||||
pycparser==2.19
|
PyNaCl==1.3.0
|
||||||
PyNaCl==1.3.0
|
pynetbox==4.0.6
|
||||||
pynetbox==3.4.6
|
python-nmap==0.6.1
|
||||||
python-nmap==0.6.1
|
requests==2.21.0
|
||||||
requests==2.19.1
|
six==1.12.0
|
||||||
six==1.11.0
|
urllib3==1.24.1
|
||||||
urllib3==1.23
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user