impacket
impacket copied to clipboard
Add winrmexec on behalf of Ozelis (https://github.com/ozelis/winrmexec/blob/main/winrmexec.py)
This PR adds the winrmexec.py example (written by Ozelis https://github.com/ozelis/winrmexec/issues/2) to Impacket :
Full ReadMe available here https://github.com/ozelis/winrmexec/blob/main/README.md.
Note that the last comit I did switched datetime UTC to datetime.utc for retrocompatibility issue with python prior to 3.11. This is a WIP PR as few things will have to be modified.