-
I need to login to a SMB server that requires a empty domain. By default, go-smb2 fetches a default domain name from the network. So I tried:
```go
Initiator: &smb2.NTLMInitiator{
User: "user",
…
-
I can login with any domain or without domain using other linux smb2 client
Error Message:
```javascript
Error: STATUS_LOGON_FAILURE (0xC000006D) : The attempted logon is invalid. This is ei…
-
I pull from commit d8c85a3. My code is:
```
smb2_context* smb2 = smb2_init_context();
smb2_set_security_mode(smb2, SMB2_NEGOTIATE_SIGNING_ENABLED);
smb2_set_timeout(smb2, 3);
int …
-
Sometimes the command like `smbclient.listdir `has the following error, but sometimes not:
> smbprotocol.exceptions.SMBAuthenticationError: Failed to authenticate with server: SpnegoError (1): Spne…
-
I tried to list all the files in a Windows Share but couldn't, the SMB2 object has this value:
connected: false
Here is a fiddle of my code:
```
var SMB2 = require('@marsaud/smb2');
let smb2C…
-
When I try to login from Windows 10 client, it takes a long time (10 seconds) before asking for the password, and then after I enter the password it takes another 10 seconds before saying it's wrong.
…
-
Hi
It would be nice to have an option that lists which Nmap scripts are executed by a specific query.
For example, I would like to list all SMB Nmap scripts that are not intrusive. I use the fol…
-
in lib/ruby_smb/smb2/tree.rb line:94 create_request.requested_oplock = 0xff
requested_oplock is hardcoded to 0xff, but according to MSDN documentation this value is not valid for 2.0.2 dialect:
…
-
Hi we need help
we need to see the owner name/SID and all the ACL data on a file
we try to work with queryInfo but it return Error
conn._SMBConnection.queryInfo( tid, fid, infoType = SMB2_0_I…
-
### Configuration
impacket version: 0.10.0
Python version: 3.10.7
Target OS: windows 10, smb2
### Debug Output With Command String
```
./smbserver.py -username ed -password k -ts -debug…