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 specific tools for discovering vulnerabilities in web applications. You can use your operating system’s package management tool to install them.
One of the main tools for detecting SQL vulnerabilities is SQLmap, which can be installed in a Debian-based Linux operating system using the following command:
$ sudo apt-get install sqlmap
For readers that are using other operating systems such as Windows or macOS, we encourage reading the individual READMEs in the official documentation, https://sqlmap.org, and the official GitHub repository, https://github.com/sqlmapproject/sqlmap.
Check out the following video to see the Code in Action: https://packt.link/Chapter10.