by Peter Gels | Feb 19, 2024 | Compliance & Testing, Knowledge Base, Netpicker
Netpicker allows you to create custom rules (Python unit tests using pytest) to test your network devices. This guide outlines how to write these rules. Creating a Rule A rule in Netpicker is defined as a Python function decorated with @low, @medium or @high,...
by Otto Coster | Feb 5, 2024 | Installation, Knowledge Base, Netpicker
Download the OVA file via our getting started. netpicker.ova uses Debian 12. Login credentials for the VM: Username: netpickerPassword: netpicker Configure the server with the netpicker_setup command as root user: sudo sunetpicker_setup Most steps are optional but...
by Peter Gels | Feb 2, 2024 | Compliance & Testing, Knowledge Base, Netpicker
Netpicker offers a collection of test suites based on common CVEs and CIS collections that you can use. This guide shows the steps in importing them into your local netpicker installation. It assumes that you have netpicker installed, and you need an active tenant....
by Peter Gels | Jan 30, 2024 | Installation, Knowledge Base, Netpicker
This guide explains the installation process of Netpicker on a machine with internet access and Docker installed. Prerequisites A machine with Docker installed Step 1: Clone our GitHub repository Clone Netpicker’s docker-compose.yml file from our GitHub: git clone...
by Otto Coster | Jan 29, 2024 | Installation, Knowledge Base, Netpicker
This guide provides step-by-step instructions to install or update Netpicker on a machine without internet access. Step 1: Downloading Docker Images On a machine with internet access, use the following commands to pull the required Docker images git clone...