You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding credentials to the smb.db database, the domain is correctly inserted as: sequel.htb.
However, with the same command via WinRM, the domain appears as SEQUEL.
This should be standardized to always have: sequel.htb.
SMB :
> 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|test|plaintext|
Describe the bug
When adding credentials to the
smb.db
database, the domain is correctly inserted as:sequel.htb
.However, with the same command via
WinRM
, the domain appears asSEQUEL
.This should be standardized to always have:
sequel.htb
.SMB :
WinRM :
NetExec info
The text was updated successfully, but these errors were encountered: