June 2023
Intermediate to advanced
586 pages
12h 35m
English
In this chapter, we will learn about the main vulnerabilities in web applications. We will also learn about the tools we can find in the Python ecosystem for discovering vulnerabilities in Content Management System (CMS) web applications and sqlmap for detecting SQL vulnerabilities. In terms of server vulnerabilities, we will cover testing Tomcat servers and the process of detecting vulnerabilities in web applications with tools like nmap and Fuxploider.
From a security point of view, it is important to identify server vulnerabilities because applications and services are continually changing, and any unpatched security issue can be exploited by an attacker who aims to exploit vulnerabilities ...