mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-20 09:16:17 +00:00
Experiment Kali linux CLI v2
This commit is contained in:
parent
9cf422606f
commit
514d45c90e
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user