kali/Dockerfile

9 lines
308 B
Docker
Raw Permalink Normal View History

2020-03-26 23:18:57 +01:00
FROM kalilinux/kali-rolling
RUN apt-get update \
&& apt-get install -y \
htop vim nano git python3-pip \
2020-04-03 22:34:02 +02:00
nmap sqlmap metasploit-framework gobuster tcpdump exploitdb python3-impacket impacket-scripts seclists \
2020-03-28 17:10:56 +01:00
iputils-ping traceroute \
2020-03-26 23:18:57 +01:00
&& rm -rf /var/lib/apt/lists/*