mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-22 14:12:28 +00:00
7 lines
393 B
Docker
7 lines
393 B
Docker
FROM kalilinux/kali-rolling
|
|
|
|
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 python-scapy\
|
|
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
CMD /bin/bash
|