
Depending on the user's preference, this channel can be in interactive command prompt, a Meterpreter session, or a graphical user interface (VNC) session.
Support for establishing an out-of-band stateful TCP connection between the attacking machine and the database server underlying the operating system. By giving DBMS credentials, IP address, port, and a database name, it is possible to connect to the database directly without using SQL injection. Support for database process' user privilege escalation through Metasploit's Meterpreter getsystem. Automatic recognition of password hash formats and support for cracking them using a dictionary-based. Full support for six SQL injection techniques: Boolean-based blind, error-based, stacked queries, UNION query, out-of-band. Full support for MYSQL, Oracle, PostgreSQL, Firebird, Sybase, Microsoft Access, IBM DB2, Microsoft SQL Server, SAP MaxDB database management systems. The following are the features of sqlmap: When it detects one or more SQL injections on the target host, the user can choose from a number of options, including performing an extensive back-end database management system fingerprint, retrieving DBMS session user and database, enumerating users, password hashes, privileges, databases, dumping entire or user-specific DBMS table/columns, running his own SQL statement, reading particular files on the file system and more. The purpose of sqlmap is to find and take benefit of SQL injection vulnerabilities in web applications.
Sqlmap is a python based tool therefore it should operate on any system that supports Python. It includes a robust detection engine, numerous specialist features for the ultimate penetration tester, and a wide range of switches that span database fingerprinting, data retrieval from databases, access to the underlying file system, and executing commands on the operating system via out-of-band connections.
Sqlmap is an open-source penetration tool that automates the process of detecting and exploiting SQL injection flaws and taking over database servers. Next → ← prev Sqlmap in Kali Linux sqlmap Package Description