Sign inSign up

dillont86/network

By dillont86

•Updated over 9 years ago

Security purposed network tools.

Image
1

490

dillont86/network repository overview

⁠Network Build

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 network tools, includes the following tool(s):

  • nmap
  • mtr
  • hping3
  • tcpdump
  • netcat
  • iperf
  • iftop

From Ubuntu as a few tools have more requirements not found in Alpine.

Have a request for a tool you'd like to see? Please email or comment below.


⁠Dockerfile

FROM ubuntu:latest RUN apt-get update && apt-get install -y git curl wget nmap hping3 tcpdump netcat iperf iftop RUN wget http://mirrors.kernel.org/ubuntu/pool/main/m/mtr/mtr-tiny_0.85-2_amd64.deb⁠ RUN dpkg -i mtr-tiny_0.85-2_amd64.deb LABEL version="1.0" LABEL name="network" LABEL description="Container for network tools. Includes tool(s): nmap, mtr, hping3, tcpdump, netcat, iperf, iftop" LABEL purpose="Part of the Docky Security Operations suite." LABEL project="Created during IT4750 at UVU" LABEL owner="Dillon Torgersen" LABEL maintainer="[email protected]⁠"

Tag summary

Content type

Image

Digest

Size

140.6 MB

Last updated

over 9 years ago

docker pull dillont86/network