Skip to content

Latest commit

Β 

History

History
71 lines (47 loc) Β· 2.05 KB

File metadata and controls

71 lines (47 loc) Β· 2.05 KB

Docker Scripts License

🐳 Dockerfiles & Hacker Scripts

Ready-to-use Docker images and scripts to make your life easier, with hacking tools, programming languages, and much more.


✨ Highlights

  • πŸ”Ž 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.

πŸš€ How to Use

Step-by-step to run the Dockerfiles
  1. Clone the repository:
    git clone https://github.com/your-username/dockerfiles-hacker.git
    

cd dockerfiles-hacker

  1. Build the desired image:

    docker build -f  -t  .
  2. Use the Makefile for convenience:

    make
  3. Clean up old images (optional):

    docker system prune -a

πŸ“œ Script Examples

  • Quickly install hacking tools.
  • Set up isolated development environments.
  • Automate repetitive tasks.

πŸ’‘ Tips

  • Check out the amazing work by jessfraz for more inspiration!
  • New scripts and Dockerfiles will be added over time. Stay tuned!

πŸ“„ License

This project is under the MIT license.
License: MIT


Made with 🐳 and a passion for automation.