Technical requirements
The examples and source code for this chapter are available in the GitHub repository at https://github.com/PacktPublishing/Python-for-Security-and-Networking.
This chapter requires the installation of the owasp-zap
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 python-gvm
$ sudo pip3 install python-owasp-zap-v2.4
For readers that are using other operating systems such as Windows or macOS, we encourage you to read the individual READMEs in the official documentation.
Check out the following video to see the Code in Action: https://packt.link/Chapter09.