The Bug Hunting Warzone is a Dockerfile that provides ready to hunt environment for users. It is a meticulously crafted tool designed to streamline the setup of an efficient bug-hunting environment for cybersecurity professionals. With seamless deployment, users can focus on their core expertise—identifying and mitigating security vulnerabilities.
- Effortless Setup: Deploy a comprehensive bug-hunting environment effortlessly, reducing the time spent on configuration.
- Based on Kali Linux image, giving familiar workspace
- Lightweight and loaded with necessary tools.
- Allows storing your findings on local, in case you shut down Containner.
- Clone this repository on your local :
git clone http://www.github.com/IamLucif3r/bug-hunting-warzone.git
cd bug-hunting-warzone
sudo docker build -t bug-hunting-warzone .
After successfully completion of this process, you will get a Docker Image ready to run.
NOTE: You can save all your files from Docker Container to your localhost, by mounnting a folder from your local. For e.g. below command will mount /home/bug-hunt
directory (on the Docker Host) to /opt
directory in your container. Thus any files added to /opt
directory will persist in /home/bug-hunt
directory on your local, once you exit the container.
sudo docker run --privileged -v "/home/bug-hunt:/opt" -it bug-huting-warzone bash
- You have your weapons loaded with you. You can start your hunting.
All suggestions & contributions to enhance and expand the BHW-Dockerfile are welcome. Feel free to submit pull requests or raise issues on the GitHub repository: Bug-Hunting-Warzone .