fortra / impacket

Impacket is a collection of Python classes for working with network protocols.
https://www.coresecurity.com
Other
12.99k stars 3.5k forks source link

Added 'mput' to smbclient.py #1671

Open AetherBlack opened 6 months ago

AetherBlack commented 6 months ago

This command allows to upload multiple files, much like the 'mput' command of smbclient(1).

This feature of smbclient.py is very popular and allows you to upload a large number of files from one directory. Very few changes were needed to implement it, so it should be easy to add.

The image below shows the result of the new 'mput' command.

image