sqlmap icon indicating copy to clipboard operation
sqlmap copied to clipboard

Automatic SQL injection and database takeover tool

Results 96 sqlmap issues
Sort by recently updated
recently updated
newest added

It would be great to give sqlmap a WSDL file or WSDL url, it parses it and start assessing each tag method for SQL injections. Example: http://demo.testfire.net/bank/ws.asmx?WSDL. Support for SOAP...

enhancement
low
request

In both --file-upload and --os-pwn provide the user with the option to download onto the DBMS filesystem the payload stager (or shellcodeexec executable) via HTTP/TFTP/FTP server from the attacker (or...

enhancement
low
takeover

- MSSQL: OPENROWSET - PgSQL: dblink()

enhancement
normal
takeover

We have already got OOB database server takeover via TCP (using Metasploit payloads: shell, Meterpreter, VNC), via ICMP (using icmpsh). It is time to implement out-of-band via DNS. DNS tunneling...

enhancement
normal
takeover

References: - http://delicious.com/inquis/oracle

enhancement
normal
takeover

Now that Metasploit properly runs on Windows too (without cygwin), we definitely need to support all functionalities on Windows too, if possible. Hence, --os-pwn/--os-smbrelay/--os-smb code need to be reviewed: metasploit.py,...

bug
high
takeover

Add support to takeover the file system when the back-end DBMS is IBM DB2

enhancement
normal
takeover

Adding full support for another dbms is a pain in the ass 'cause around the whole code there's stuff like if kb.dbms == "MySQL" [...] elif kb.dbms in ( "Oracle"...

low
plugins
support

PostgreSQL 9.0, 9.1 and 9.2 are out since a while now. We need to compile UDFs for those versions too, both 32-bit and 64-bit on Linux and Windows.

enhancement
normal
takeover

Both for attacker (after the DBMS fingerprint output) and for developer/DBA (at the end, just before the "shutting down" message). Report also about known vulnerabilities based on DBMS exact version...

enhancement
low
miscellaneous