[sqlmap-users] Domain credentials
Brought to you by:
inquisb
From: Brian M. <Br...@EC...> - 2013-04-17 02:05:08
|
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" |