Experiment Kali linux CLI v2

This commit is contained in:
Julien Duponchelle 2017-04-03 14:49:39 +02:00
parent 9cf422606f
commit 514d45c90e
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
3 changed files with 22 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{
"name": "Kali Linux",
"name": "Kali Linux CLI",
"category": "guest",
"description": "From the creators of BackTrack comes Kali Linux, the most advanced and versatile penetration testing platform ever created. We have a set of amazing features lined up in our security distribution geared at streamlining the penetration testing experience. This version has no GUI.Include packages:\n* nmap\n* metasploit\n* sqlmap\n* hydra\n* telnet client\n* dnsutils (dig)",
"vendor_name": "Kali Linux",
@ -12,6 +12,6 @@
"maintainer_email": "developers@gns3.net",
"docker": {
"adapters": 2,
"image": "gns3/kalilinux:latest"
"image": "gns3/kalilinux:v2"
}
}

View File

@ -1,6 +1,6 @@
FROM kalilinux/kali-linux-docker
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends metasploit-framework nmap hydra sqlmap telnet openssh-client dnsutils \
RUN DEBIAN_FRONTEND=noninteractive apt-get update && 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 tshark python-scapy\
&& rm -rf /var/lib/apt/lists/*
CMD /bin/bash

View File

@ -3,13 +3,25 @@
A kali linux console version for GNS3
The image include:
* nmap
* metasploit
* sqlmap
* hydra
* telnet client
* dnsutils (dig)
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
* python-scapy
* yersinia
## Build and publish the Images