Re: [sqlmap-users] Domain credentials
Brought to you by:
inquisb
From: Brandon P. <bpe...@gm...> - 2013-04-17 02:11:36
|
Try DOMAIN\\\\ (four slashes) Just a thought, this comes up in ruby sometimes as well: file_local_write(@dest,"reg deleteval -k HKLM\\\\SOFTWARE\\\\Microsoft\\\\Windows\\ NT\\\\CurrentVersion\\\\Winlogon\\\\SpecialAccounts\\\\UserList -v #{username}") On Tue, Apr 16, 2013 at 8:52 PM, Brian Milliron <Br...@ec...>wrote: > 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 > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- http://volatile-minds.blogspot.com -- blog http://www.volatileminds.net -- website |