[sqlmap-users] Issue with mssql direct connection
Brought to you by:
inquisb
|
From: John P. <jn...@gm...> - 2014-12-30 13:26:10
|
Has anyone had success using the sqlmap direct connection with an mssql db
recently? It either seems to be broken or I am doing it wrong. Any
suggestions would be greatly appreciated.
E.g.
~/sqlmapproject-sqlmap-4f602da# python sqlmap.py -d "mssql://
sa:weakpassword@192.168.1.133:1433/demo" -v 3 --os=Windows --dbms=mssql
--dbs
{1.0-dev-nongit-20141230}
[00:06:22] [DEBUG] cleaning up configuration parameters
[00:06:22] [DEBUG] forcing back-end DBMS operating system to user defined
value 'Windows'
[00:06:22] [DEBUG] skipping test for Microsoft SQL Server
[00:06:22] [DEBUG] skipping test for MySQL
[00:06:22] [DEBUG] skipping test for Oracle
[00:06:22] [DEBUG] skipping test for PostgreSQL
[00:06:22] [DEBUG] skipping test for SQLite
[00:06:22] [DEBUG] skipping test for Microsoft Access
[00:06:22] [DEBUG] skipping test for Firebird
[00:06:22] [DEBUG] skipping test for SAP MaxDB
[00:06:22] [DEBUG] skipping test for Sybase
[00:06:22] [DEBUG] skipping test for IBM DB2
[00:06:22] [DEBUG] skipping test for HSQLDB
[00:06:22] [CRITICAL] sqlmap was not able to fingerprint the back-end
database management system. Support for this DBMS will be implemented at
some point
--
jnqpblc
|