@rajamani89
SynAckWithRaj
✨🌟💫Threat Hunter 💫🌟✨
Nothing here yet.
This walkthrough shows a simple way to take a running Kali container, install what you need, and then “freeze” it into a reusable Docker image with docker commit. It is not the cleanest method (a Dockerfile is better for repeatability), but it is qui...

OS preparation sudo apt update sudo apt -y upgrade sudo apt -y install \\ ca-certificates \\ curl \\ gnupg \\ lsb-release \\ uidmap \\ git \\ jq \\ unzip \\ zip \\ make \\ build-essential \\ bash-completion sudo reboot Useful...
