-
I am working on a hairy package (`samba`), which provides lots of tools and libraries. Since we want to keep container images as small as possible, those tools and libraries need to be broken into sma…
-
I have set up a samba share:
```bash
sudo apt install samba
cat
-
### Configuration
impacket version: v0.11.0
Python version: Python 3.11.7
Target OS: Kali
### Debug Output With Command String
```
┌──(kali㉿kali)-[~/craft2]
└─$ impacket-smbclient -deb…
-
I had several SMB connections setup inside Nextcloud using smbclient and it worked fine.
I now had to move my Nextcloud server to a different subnet but smbclient (via Nextcloud) setup still points …
-
## Step 1 - Linux smb server
```bash
# install samba deps
sudo apt install samba smbclient
```
```bash
# enable & start samba sersvice
sudo systemctl start smbd.service
sudo systemctl enable s…
-
Hello,
firstly, great lib.
But we kinda face a problem we can't identify...
So let me give u some context.
We have a python script running inside a docker container observing a local directory…
-
With this code:
```
SMBClient client = new SMBClient(SmbConfig.builder()
.withSigningRequired(true)
.withDfsEnabled(true)
.withMultiP…
-
I have the code to upload files to SMB.
It looks like:
```
file_handle = smbclient.open_file(self._path, "wb")
```
i would like to make it to fail when a file exists. I can check if the fil…
-
@asolino
is it possible to add a check to list what kind of permissions a user has on particular share before accessing the share? same as smbmap.py functionality
-
### Configuration
impacket version: 0.11.0
Python version: 3.12.0
Target OS: Debian/Ubuntu
I'm working on some additional functionality for impacket to augment the SMBConnection class so th…