mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-21 05:43:10 +00:00
22 lines
300 B
Markdown
22 lines
300 B
Markdown
# Kali Linux
|
|
|
|
A kali linux console version for GNS3
|
|
|
|
The image include:
|
|
* nmap
|
|
* metasploit
|
|
* sqlmap
|
|
* hydra
|
|
* telnet client
|
|
* dnsutils (dig)
|
|
|
|
|
|
## Build and publish the Images
|
|
|
|
First the base image has to be created:
|
|
|
|
```
|
|
docker build -t gns3/kalilinux .
|
|
docker push gns3/kalilinux (optional)
|
|
```
|