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

**Is your feature request related to a problem? Please describe.** When trying to read a file from remote system in unstable conditions it can happen that the file is read...

feature request

The websocket implementation in sqlmap did not use any proxy configurations provided via the commandline options. This pull requests adds proxy support for websocket connections and also support for proxy-cred...

Would be awesome if there was a feature similar to metasploit's mssql_enum module, that allows to, for example, check if xp_cmdshell is enabled, easily list linked servers, check permission's in...

feature request

1) I added [this](https://lonewolfzero.wordpress.com/2017/07/03/addslashes-multibyte-sql-injection-mysql-and-php-case-study/) ref that it explains the vulnerability better than the original 2) Should we add dependency on the DBMS `MySQL` since I saw only paper talking about...

Increase speed by importing multiple cookies (for `--technique ST`

feature request

I fuzz a target with a complex request I read in with -r. That requests has special headers (no cookies) that also contain auth tokens that time out after x...

feature request

**Is your feature request related to a problem? Please describe.** Yes, my feature request is related to a problem. While trying to get the SID for an Active Directory environment...

feature request

Add support to generate a report, at least in XML/XSLT format.

enhancement
low
miscellaneous

## Do you have an idea for a solution? Scan api using swagger description. ## How can we reproduce the issue? 1. Read api description from swagger 2. Scan backend...