Pennyw0rth / NetExec

The Network Execution Tool
https://netexec.wiki/
BSD 2-Clause "Simplified" License
3.22k stars 352 forks source link

Multi-file / Folder upload for --put-file #281

Open wumb0 opened 6 months ago

wumb0 commented 6 months ago

Currently --put-file only supports a single file. It would be nice to be able to specify multiple files (argparse action="append") or even entire folders for upload.

Marshall-Hallenbeck commented 6 months ago

Multi-file PR merged. I'll work on allowing full folders as well.