November 2019
Beginner
550 pages
13h 14m
English
SQLmap is an automatic SQL injection tool that allows a penetration tester to discover vulnerabilities, perform exploitation attacks, manipulate records, and retrieve data from a database.
To perform a scan using SQLmap, use the following command:
sqlmap –u "http://website_URL_here"
Additionally, the following parameters can be used to perform various tasks:
In the following ...
Read now
Unlock full access