Installation

These instructions will help install Netcrawl in your environment.

Netcrawl

pip install -U netcrawl

PostgreSQL

  1. Download and install PostgreSQL
  2. Set up the main and inventory databases. If these are not created netcrawl will attempt to create them automatically.

Credentials

Add device and database credentials to the credential vault using netcrawl -m

Nmap

Installing this will permit you to be able to use the -sN function.

  • Nmap - Manually download and install
  • python-nmap - Python insterface for Nmap

Testing

pip install Faker pytest