Skip to content
New issue

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

Data not saved in mssql.db database #581

Open
qu35t-code opened this issue Feb 27, 2025 · 1 comment
Open

Data not saved in mssql.db database #581

qu35t-code opened this issue Feb 27, 2025 · 1 comment
Assignees
Labels

Comments

@qu35t-code
Copy link

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.

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

  • OS: Exegol 😂
  • Version of nxc: 0.0.0 - NeedForSpeed - 1ade4d6
  • Installed from: pipx
@NeffIsBack
Copy link
Contributor

Yep. Although the db states that MSSQL would be supported, nearly nothing is currently implemented. That includes storing valid credentials

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants