We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug It seems that valid MSSQL credentials are not stored in the mssql.db database. This works fine for smb.db but not mssql.
MSSQL
mssql.db
smb.db
SMB :
> nxc smb 10.10.11.51 -u 'oscar' -p '86LxL' SMB 10.10.11.51 445 DC01 [*] Windows 10 / Server 2019 Build 17763 x64 (name:DC01) (domain:sequel.htb) (signing:True) (SMBv1:False) SMB 10.10.11.51 445 DC01 [+] sequel.htb\oscar:86LxL
> sqlite3 smb.db SQLite version 3.40.1 2022-12-28 14:03:47 Enter ".help" for usage hints. sqlite> select * from users; 1|sequel.htb|oscar|86LxL|plaintext|
MSSQL :
> nxc mssql 10.10.11.51 -u 'oscar' -p '86LxL' MSSQL 10.10.11.51 1433 DC01 [*] Windows 10 / Server 2019 Build 17763 (name:DC01) (domain:sequel.htb) MSSQL 10.10.11.51 1433 DC01 [+] sequel.htb\oscar:86LxL
> sqlite3 mssql.db SQLite version 3.40.1 2022-12-28 14:03:47 Enter ".help" for usage hints. sqlite> select * from users; sqlite>
NetExec info
The text was updated successfully, but these errors were encountered:
Yep. Although the db states that MSSQL would be supported, nearly nothing is currently implemented. That includes storing valid credentials
Sorry, something went wrong.
Marshall-Hallenbeck
No branches or pull requests
Describe the bug
It seems that valid
MSSQL
credentials are not stored in themssql.db
database. This works fine forsmb.db
but not mssql.SMB :
MSSQL :
NetExec info
The text was updated successfully, but these errors were encountered: