1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-09 09:33:05 +00:00
gns3-server/gns3server/appliances/kali-linux-cli.gns3a
2020-05-01 19:21:43 +09:30

18 lines
855 B
Plaintext

{
"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",
"vendor_url": "https://www.kali.org/",
"documentation_url": "https://www.kali.org/kali-linux-documentation/",
"product_name": "Kali Linux",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"docker": {
"adapters": 2,
"image": "gns3/kalilinux:latest"
}
}