How to Install sqlmap in Ubuntu 18.04



Install sqlmap by entering the following commands in the terminal:

sudo apt update
sudo apt install sqlmap

Description:

automatic SQL injection tool

sqlmap goal is to detect and take advantage of SQL injection vulnerabilities in web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes, privileges, databases, dump entire or user's specific DBMS tables/columns, run his own SQL statement, read specific files on the file system and more.

Homepage: http://sqlmap.org/

Version: 1.2.4-1

Section: universe/net