diff --git a/Dockerfile b/Dockerfile index 3a5eecd..6d58f49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ RUN apt-get update \ && apt-get install -y \ htop vim nano git python3-pip \ nmap sqlmap metasploit-framework gobuster tcpdump exploitdb python-impacket \ + iputils-ping traceroute \ && rm -rf /var/lib/apt/lists/*