gns3-registry/docker/kalilinux
Bernhard Ehlers 5f167578ab Update docker container
- chromium: add a dummy layer to get an updated container timestamp
- ipterm: add a dummy layer to get an updated container timestamp
- kalilinux: replaced outdated python-scapy by python3-scapy
2023-05-27 16:08:34 +02:00
..
Dockerfile Update docker container 2023-05-27 16:08:34 +02:00
index-1.html Update docker container 2023-05-27 16:08:34 +02:00
README.md Update docker container 2023-05-27 16:08:34 +02:00

Kali Linux

A kali linux console version for GNS3

The image include: metasploit-framework

  • nmap
  • hydra
  • sqlmap
  • telnet
  • openssh-client
  • dnsutils
  • yersinia
  • ettercap-text-only
  • cisco-global-exploiter
  • cisco-auditing-tool
  • snmp
  • dsniff
  • dnschef
  • fping
  • hping3
  • tshark
  • python3-scapy
  • yersinia

Build and publish the Images

First the base image has to be created:

docker build -t gns3/kalilinux .
docker push gns3/kalilinux    (optional)