2017-03-31 09:24:08 +00:00
|
|
|
# Kali Linux
|
|
|
|
|
|
|
|
A kali linux console version for GNS3
|
|
|
|
|
|
|
|
The image include:
|
2017-04-03 12:49:39 +00:00
|
|
|
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
|
2023-05-27 14:08:34 +00:00
|
|
|
* python3-scapy
|
2017-04-03 12:49:39 +00:00
|
|
|
* yersinia
|
2017-03-31 09:24:08 +00:00
|
|
|
|
|
|
|
## Build and publish the Images
|
|
|
|
|
|
|
|
First the base image has to be created:
|
|
|
|
|
|
|
|
```
|
|
|
|
docker build -t gns3/kalilinux .
|
|
|
|
docker push gns3/kalilinux (optional)
|
|
|
|
```
|