EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.
http://www.powershellempire.com/
BSD 3-Clause "New" or "Revised" License
7.39k stars 2.81k forks source link

Fix for docker and windows/macroless_msword #1328

Closed tkisason closed 2 years ago

tkisason commented 5 years ago

When using docker, the windows/macroless_msword stager cannot generated the final document because the zip utility is missing from the base docker image.

Fix is in the pull request, just add zip as a dependency.