Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 924 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 924 Bytes

NI Scanner

NI Scaner is a tool for processing scan requests from NORDUnets Network Inventory (NI).

Currently it supports nmap scans of hosts. When run it will process all currently queued host scan requrests from NI.

Installation

  1. Create a lib folder and add a __init__.py to the folder.
  2. Symlinks for nerds
  • producers/nmap_services_py/nmap_services_py.py into utils
  • producers/nerds_utils/file.py and producers/nerds_utils/nerds.py into nerds_utils
  1. Copy settings.conf.dist to settings.conf
  2. Fill in settings

Usage

python ni_scanner.py -C settings.conf

Running tests

python -m unittest discover

License

NORDUnet License (3-clause BSD). See LICENSE.txt for more details.

TODO