Impacket and Docker - yojimbosecurity.ninja
docker build -t impacket . Once it has finished building you can run the image. docker run -it --rm impacket Now in the docker container you run any of the tools that are available in Impacket. For example psexec. psexec.py vagrant:[email protected] Summary. Docker and Impacket are heavily used in my projects.