sqlmap icon indicating copy to clipboard operation
sqlmap copied to clipboard

Support for different queries based on DBMS versions

Open bdamele opened this issue 13 years ago • 0 comments

Adapt dbms modules/methods/xml queries file for usage with different versions of the dbms.

For instance, kb.dbmsVersion is already used within MSSQL to determine how to re-enable the xp_cmdshell procedure. This will also be useful for Firebird and in general replaces the ugly "query"/"query2" used in the queries.xml with some proper "minver"/"maxver" that specify which query apply to which dbms version.

To be worked closely to ticket #24.

bdamele avatar Jun 26 '12 15:06 bdamele