Quantcast
Channel: Other – Michał Szałkowski – Blog
Viewing all articles
Browse latest Browse all 125

Ubuntu 16.04 LTS & dnsenum

$
0
0

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

Viewing all articles
Browse latest Browse all 125

Trending Articles