Offensive Docker is a pre-built Docker image packed with popular offensive security tools to quickly set up a penetration testing environment.
Offensive Docker is an image with the more used offensive tools to create an environment easily and quickly to launch assessment to the targets.
This tool is designed for penetration testers and red teamers who need a ready-to-use environment containing a wide range of exploitation, reconnaissance, and vulnerability scanning tools. It enables security professionals to launch assessments rapidly without manual tool installation and configuration. The image can be deployed locally or on cloud VPS for flexible testing scenarios.
Ensure Docker is properly installed and configured before pulling and running the image. Using Offensive Docker in cloud environments may require additional setup as described in the linked Offensive Docker VPS repository. Regularly update the image to get the latest tool versions and security patches.
Install Docker on your system
Pull the image using: docker pull aaaguirrep/offensive-docker
Run the container with: docker run -it aaaguirrep/offensive-docker
Optionally, follow the Offensive Docker VPS repo for deployment on cloud VPS with free credits
docker pull aaaguirrep/offensive-docker
Download the Offensive Docker image from Docker Hub
docker run -it aaaguirrep/offensive-docker
Launch an interactive container session with the Offensive Docker image