mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
7 lines
399 B
Docker
7 lines
399 B
Docker
FROM kalilinux/kali-last-release
|
|
|
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y tshark && apt-get install -y --no-install-recommends metasploit-framework nmap hydra sqlmap telnet openssh-client dnsutils yersinia ettercap-text-only cisco-global-exploiter cisco-auditing-tool snmp dsniff dnschef fping hping3 python3-scapy\
|
|
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
CMD /bin/bash
|