Reconnaissance container compromising several recon tools.
203
Primary purpose for this container is to work with the Docky Security Suite created for a capstone project in school, but could have a large scope if needed. This container for reconnaissance tools. Includes the following tool(s):
Have a request for a tool you'd like to see? Please email or comment below.
FROM ubuntu:latest RUN apt-get update && apt-get install -y git curl wget nmap dnsutils unzip python-pip subversion python-dnspython python-mechanize python-slowaes python-xlsxwriter python-jsonrpclib python-lxml RUN pip install requests RUN pip install dicttoxml RUN wget http://www.morningstarsecurity.com/downloads/bing-ip2hosts-0.4.tar.gz RUN wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/goofile/goofilev1.5.zip RUN tar -xzvf bing-ip2hosts-0.4.tar.gz RUN mv /bing-ip2hosts-0.4/bing-ip2hosts /usr/bin RUN unzip goofilev1.5.zip RUN mv /goofilev1.5/goofile.py /usr/bin RUN svn checkout https://github.com/laramies/theHarvester RUN chmod u+x /theHarvester/trunk/theHarvester.py RUN ln -s /theHarvester/trunk/theHarvester.py /usr/sbin/theHarvester RUN mkdir arsenal RUN cd arsenal RUN git clone https://[email protected]/LaNMaSteR53/recon-ng.git RUN cd recon-ng RUN pip install dicttoxml --upgrade RUN git pull origin master RUN apt-get install -y ntop LABEL version="1.0" LABEL name="Reconnaissance" LABEL description="Container for network tools. Includes tool(s): Bingip2host, Goofile, Harvester, Nmap, ntop, Reconng" LABEL purpose="Part of the Docky Security Operations suite." LABEL project="Created during IT4750 at UVU" LABEL owner="Dillon Torgersen" LABEL maintainer="[email protected]"
Content type
Image
Digest
Size
246.1 MB
Last updated
over 9 years ago
docker pull dillont86/reconn