Technical requirements
The examples and source code for this chapter are available in the GitHub repository at https://github.com/PacktPublishing/Mastering-Python-for-Networking-and-Security-Second-Edition.
This chapter requires the installation of the nessrest
and python-gvm
modules. You can use your operating system's package management tool to install them.
Here's a quick how-to on installing these modules in a Debian-based Linux operating system environment with Python 3 using the following commands:
sudo apt-get install python3 sudo apt-get install python3-setuptools sudo pip3 install nessrest sudo pip3 install python-gvm
Check out the following video to see the Code in Action: