Docker
https://hub.docker.com/r/szalek/pentest-tools/
docker pull szalek/pentest-tools
docker run -it szalek/pentest-tools
How to
dnsenum google.com
RUN
apt-get update && \
apt-get install -y git && \
apt-get install -y build-essential && \
apt-get install -y cpanminus && \
git clone https://github.com/fwaeytens/dnsenum.git /home/dnsenum/ && \
chmod +x /home/dnsenum/dnsenum.pl && \
ln -s /home/dnsenum/dnsenum.pl /usr/bin/dnsenum && \
cpanm String::Random && \
cpanm Net::IP && \
cpanm Net::DNS && \
cpanm Net::Netmask && \
cpanm XML::Writer