Ready-to-use Docker images and scripts to make your life easier, with hacking tools, programming languages, and much more.
- 🔎 Hacker Tools: Scripts to install
nmap
,aircrack-ng
, and other pentest tools. - 💻 Programming Environments: Dockerfiles for popular languages.
- 🛠️ Automation: Handy scripts to speed up your setup.
- 📦 Optimized Images: Based on best practices and inspired by jessfraz's work.
Step-by-step to run the Dockerfiles
- Clone the repository:
git clone https://github.com/your-username/dockerfiles-hacker.git
cd dockerfiles-hacker
-
Build the desired image:
docker build -f -t .
-
Use the Makefile for convenience:
make
-
Clean up old images (optional):
docker system prune -a
- Quickly install hacking tools.
- Set up isolated development environments.
- Automate repetitive tasks.
- Check out the amazing work by jessfraz for more inspiration!
- New scripts and Dockerfiles will be added over time. Stay tuned!
This project is under the MIT license.
Made with 🐳 and a passion for automation.