May 2017
Intermediate to advanced
416 pages
21h 33m
English
SQL injection vulnerabilities are caused by the lack of sanitation of user input, and they allow attackers to execute DBMS queries that could compromise the entire system. This type of web vulnerability is very common, and because each script variable must be tested, checking for such vulnerabilities can be a very tedious task. Fortunately, we can use Nmap to quickly scan a web server looking for SQL injection vulnerabilities.
This recipe shows how to find SQL injection vulnerabilities in web applications with Nmap NSE.
Read now
Unlock full access