Installation for Docker
Use CrackMapExec with Docker
CrackMapExec is docker friendly, it's easier and simple. You can use the image from the DockerHub or the Github repository.
docker run -it --entrypoint=/bin/sh --name crackmapexec -v ~/.cme:/root/.cme Porchetta-Industries/crackmapexec

After exiting your container, you can restart it using the following command
docker start crackmapexec
docker exec -it crackmapexec sh
Happy pwn ! :)
Last modified 10mo ago