-
please update the documentation on https://pythonhosted.org/pysmb/
-
## Steps to reproduce
1. Install the script as detailed in the README
2. Run the command
## Command string used
ares@phlegethon:~/Tools/CrackMapExec/cme$ python crackmapexec.py
## CME verbo…
-
I think I'm using this library incorrectly, but I'm not sure how to use it correctly.
On Ubuntu, I can access my samba share using the command line:
```
smbclient smb://192.168.0.10/share_name -U do…
-
Currently pysmb ignores the `domain` value assigned to the `domain` variable when setting up the `SMBConnection` string. It does not support OS variable settings at all and has a permanent value set o…
-
Quizás podría ser una buena idea tener una issue sticky donde se mantenga la lista actualizada de módulos/librerías que podemos utilizar para la tarea de forma tal de cumplir con la siguiente restricc…
-
Using Python 3.3.4, pysmb 1.1.12:
from smb.SMBConnection import SMBConnection
connection = SMBConnection(USERNAME, PASSWORD, CLIENTNAME, SERVERNAME, DOMAIN)
connection.connect(IP_ADDRESS)
connection…
-
When getting attributes on a symbolic link to a directory, is it possible to differentiate it from a real directory?
The [File Attributes](https://msdn.microsoft.com/en-us/library/cc232110.aspx) docu…
-
I have an issue with Python 3.4 (works fine in Python 2.7). Whenever I call listPath, I get the following error:
```
Traceback (most recent call last):
File "smb_test.py", line 56, in collect
f…
-
Hi,
It seems that pysmb doesn't support DFS namespaces. Could you inform me whether this is on the roadmap?
Thx
-
With the New samba update i cannot use list_shares any more. Samba CN Show a New Parameter "allow nt4 crypto = yes" does not solve the problem.