What is the correct format to make a direct connection to a database 
using windows domain credentials?
I have tried
./sqlmap.py -d "mssql://10.10.10.10:1433/REMOTE_DB" --dbms-cred 
"DOMAIN\user:pass"
./sqlmap.py -d "mssql://10.10.10.10:1433/REMOTE_DB" --dbms-cred 
"DOMAIN\\user:pass"
./sqlmap.py -d "mssql://10.10.10.10:1433/REMOTE_DB" --dbms-cred 
"DOMAIN\user:pass" --auth-type NTLM
./sqlmap.py -d "mssql://user:pass@10.10.10.10:1433/REMOTE_DB"

I get this error "[CRITICAL] DB-Lib error message 20017, severity 9:
Unexpected EOF from the server
Net-Lib error during Operation now in progress Error 115 - Operation now 
in progressDB-Lib error message 20002, severity 9:
Adaptive Server connection failed"

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to