Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Andrea Salvatore Crisafulli 2019-03-06 11:13:45 +01:00
commit 73876bff1b
62 changed files with 1775 additions and 218 deletions

View File

@ -49,7 +49,8 @@ Check appliance files
python check.py
python3 check_urls.py
You need to install `imagemagick` before running check.py.
If `imagemagick` is installed, it will be used to check the symbol properties.
Otherwise an (experimental) internal function will do that.
Create a new appliance
-----------------------

View File

@ -9,7 +9,7 @@
"status": "experimental",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Download:\nCreate a (free) Arista account and login.\nThen navigate to Support / Software Download and download the cEOS-lab image.\n\nInstallation:\nCopy the image to your GNS3VM (or other Linux) server, then run the following commands:\n\ndocker import cEOS-lab.tar.xz ceosimage:4.20.5F\necho \"rm /etc/systemd/system/getty.target.wants/getty@tty1.service\" | \\\ndocker run --name=ceos-container -e CEOS=1 -e container=docker -e EOS_PLATFORM=ceossim -e SKIP_ZEROTOUCH_BARRIER_IN_SYSDBINIT=1 -e ETBA=1 -e INTFTYPE=eth -i ceosimage:4.20.5F sh\ndocker commit --change='CMD [\"/sbin/init\"]' --change='VOLUME /mnt/flash' ceos-container ceosimage:GNS3\ndocker rm ceos-container\n\nUsage:\nThe login is admin, with no password by default",
"usage": "Download:\nCreate a (free) Arista account and login.\nThen navigate to Support / Software Download and download the cEOS-lab image.\n\nInstallation:\nCopy the image to your GNS3VM (or other Linux) server, then run the following commands:\n\ncEOS-4.21.0F and newer, replace <version> by the cEOS version:\ndocker import cEOS-lab.tar.xz ceosimage:<version>\necho \"rm /etc/systemd/system/getty.target.wants/getty@tty1.service\" | \\\ndocker run --name=ceos-container -e CEOS=1 -e container=docker -e EOS_PLATFORM=ceoslab -e SKIP_ZEROTOUCH_BARRIER_IN_SYSDBINIT=1 -e ETBA=1 -e INTFTYPE=eth -i ceosimage:<version> sh\ndocker commit --change='CMD [\"/sbin/init\"]' --change='VOLUME /mnt/flash' ceos-container ceosimage:GNS3\ndocker rm ceos-container\n\ncEOS-4.20.5F:\ndocker import cEOS-lab.tar.xz ceosimage:4.20.5F\necho \"rm /etc/systemd/system/getty.target.wants/getty@tty1.service\" | \\\ndocker run --name=ceos-container -e CEOS=1 -e container=docker -e EOS_PLATFORM=ceossim -e SKIP_ZEROTOUCH_BARRIER_IN_SYSDBINIT=1 -e ETBA=1 -e INTFTYPE=eth -i ceosimage:4.20.5F sh\ndocker commit --change='CMD [\"/sbin/init\"]' --change='VOLUME /mnt/flash' ceos-container ceosimage:GNS3\ndocker rm ceos-container\n\nUsage:\nStart an auxiliary console on the cEOS and issue the \"Cli\" command.\nOnly cEOS-4.20.5F: Login on the console with username \"admin\".",
"symbol": ":/symbols/multilayer_switch.svg",
"docker": {
"adapters": 8,

View File

@ -21,9 +21,24 @@
"ram": 2048,
"arch": "x86_64",
"console_type": "telnet",
"boot_priority": "d",
"kvm": "require"
},
"images": [
{
"filename": "vEOS-lab-4.21.1.1F.vmdk",
"version": "4.21.1.1F",
"md5sum": "02bfb7e53781fd44ff02357f201586d9",
"filesize": 358809600,
"download_url": "https://www.arista.com/en/support/software-download"
},
{
"filename": "vEOS-lab-4.20.11M.vmdk",
"version": "4.20.11M",
"md5sum": "19e482a193f237c157ce35c389ca9417",
"filesize": 658178048,
"download_url": "https://www.arista.com/en/support/software-download"
},
{
"filename": "vEOS-lab-4.20.1F.vmdk",
"version": "4.20.1F",
@ -45,6 +60,13 @@
"filesize": 620625920,
"download_url": "https://www.arista.com/en/support/software-download"
},
{
"filename": "vEOS-lab-4.17.8M.vmdk",
"version": "4.17.8M",
"md5sum": "afc79a06f930ea2cc0ae3e03cbfd3f23",
"filesize": 608829440,
"download_url": "https://www.arista.com/en/support/software-download"
},
{
"filename": "vEOS-lab-4.17.2F.vmdk",
"version": "4.17.2F",
@ -52,6 +74,13 @@
"filesize": 609615872,
"download_url": "https://www.arista.com/en/support/software-download"
},
{
"filename": "vEOS-lab-4.16.13M.vmdk",
"version": "4.16.13M",
"md5sum": "4d0facf90140fc3aab031f0f8f88a32f",
"filesize": 521404416,
"download_url": "https://www.arista.com/en/support/software-download"
},
{
"filename": "vEOS-lab-4.16.6M.vmdk",
"version": "4.16.6M",
@ -59,6 +88,13 @@
"filesize": 519962624,
"download_url": "https://www.arista.com/en/support/software-download"
},
{
"filename": "vEOS-lab-4.15.10M.vmdk",
"version": "4.15.10M",
"md5sum": "98e08281a9c48ddf6f3c5d62a124a20f",
"filesize": 517079040,
"download_url": "https://www.arista.com/en/support/software-download"
},
{
"filename": "vEOS-lab-4.15.5M.vmdk",
"version": "4.15.5M",
@ -96,67 +132,102 @@
}
],
"versions": [
{
"name": "4.21.1.1F",
"images": {
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.21.1.1F.vmdk"
}
},
{
"name": "4.20.11M",
"images": {
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.20.11M.vmdk"
}
},
{
"name": "4.20.1F",
"images": {
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
"hdb_disk_image": "vEOS-lab-4.20.1F.vmdk"
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.20.1F.vmdk"
}
},
{
"name": "4.18.5M",
"images": {
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
"hdb_disk_image": "vEOS-lab-4.18.5M.vmdk"
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.18.5M.vmdk"
}
},
{
"name": "4.18.1F",
"images": {
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
"hdb_disk_image": "vEOS-lab-4.18.1F.vmdk"
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.18.1F.vmdk"
}
},
{
"name": "4.17.8M",
"images": {
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.17.8M.vmdk"
}
},
{
"name": "4.17.2F",
"images": {
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
"hdb_disk_image": "vEOS-lab-4.17.2F.vmdk"
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.17.2F.vmdk"
}
},
{
"name": "4.16.13M",
"images": {
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.16.13M.vmdk"
}
},
{
"name": "4.16.6M",
"images": {
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
"hdb_disk_image": "vEOS-lab-4.16.6M.vmdk"
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.16.6M.vmdk"
}
},
{
"name": "4.15.10M",
"images": {
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.15.10M.vmdk"
}
},
{
"name": "4.15.5M",
"images": {
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
"hdb_disk_image": "vEOS-lab-4.15.5M.vmdk"
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.15.5M.vmdk"
}
},
{
"name": "4.14.14M",
"images": {
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
"hdb_disk_image": "vEOS-lab-4.14.14M.vmdk"
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.14.14M.vmdk"
}
},
{
"name": "4.13.16M",
"images": {
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
"hdb_disk_image": "vEOS-lab-4.13.16M.vmdk"
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.13.16M.vmdk"
}
},
{
"name": "4.13.8M",
"images": {
"hda_disk_image": "Aboot-veos-serial-8.0.0.iso",
"hdb_disk_image": "vEOS-lab-4.13.8M.vmdk"
"cdrom_image": "Aboot-veos-serial-8.0.0.iso",
"hda_disk_image": "vEOS-lab-4.13.8M.vmdk"
}
}
]

View File

@ -0,0 +1,53 @@
{
"name": "ArubaOS-CX Simulation Software",
"category": "multilayer_switch",
"status": "stable",
"product_name": "ArubaOS-CX Simulation Software",
"description": "The ArubaOS-CX Simulation Software OVA is a virtual platform to enable simulation of the ArubaOS-CX Network Operating System. Simulated networks can be created using many of the protocols in the ArubaOS-CX Operating system like OSPF and BGP. Key features like the Aruba Network Analytics Engine and the REST API can be simulated, providing a lightweight development platform to building the modern network. This software can be easily implemented in the GNS3 simulation software to enable drag and drop network design for building complex simulated topologies.",
"maintainer_email": "alloytm@gmail.com",
"vendor_url": "arubanetworks.com",
"vendor_name": "HPE Aruba",
"availability": "service-contract",
"maintainer": "Tak Mem Loy",
"registry_version": 4,
"usage": "Default username admin with blank password.",
"symbol": ":/symbols/route_switch_processor.svg",
"first_port_name": "mgmt",
"port_name_format": "1/1/{0}",
"qemu": {
"arch": "x86_64",
"ram": 4096,
"adapters": 8,
"hdb_disk_interface": "ide",
"hdc_disk_interface": "ide",
"hda_disk_interface": "ide",
"cpus": 2,
"kvm": "require",
"adapter_type": "virtio-net-pci",
"console_type": "vnc",
"options": "-nographic",
"process_priority": "normal"
},
"images": [
{
"filename": "arubaoscx-disk-image-genericx86-p4-20180712161119.vmdk",
"version": "10.01.0001",
"md5sum": "9146ae0ac650d8206c9600e03753f022",
"filesize": 287734784,
"download_url": "http://support.arubanetworks.com/"
}
],
"versions": [
{
"name": "10.01.0001",
"images": {
"hda_disk_image": "arubaoscx-disk-image-genericx86-p4-20180712161119.vmdk"
}
}
]
}

View File

@ -0,0 +1,56 @@
{
"versions": [
{
"name": "8.2.1.1",
"images": {
"hda_disk_image": "ArubaOS_VMC_8.2.1.1_65265-disk1.qcow2",
"hdb_disk_image": "ArubaOS_VMC_8.2.1.1_65265-disk2.qcow2"
}
}
],
"status": "stable",
"name": "Aruba VMC",
"product_name": "Aruba VMC",
"maintainer_email": "gary.ossewaarde@gmail.com",
"vendor_url": "arubanetworks.com",
"vendor_name": "HPE Aruba",
"images": [
{
"filename": "ArubaOS_VMC_8.2.1.1_65265-disk1.qcow2",
"version": "8.2.1.1",
"md5sum": "f3bc233f0714e4b1cc127e337d077574",
"filesize": 197066752,
"download_url": "http://support.arubanetworks.com/"
},
{
"filename": "ArubaOS_VMC_8.2.1.1_65265-disk2.qcow2",
"version": "8.2.1.1",
"md5sum": "18ede2afc7595fdac4508a8a3972e302",
"filesize": 19202048,
"download_url": "http://support.arubanetworks.com/"
}
],
"port_name_format": "GE0/0/{0}",
"qemu": {
"arch": "x86_64",
"ram": 6144,
"adapters": 4,
"hdb_disk_interface": "ide",
"hdc_disk_interface": "ide",
"hda_disk_interface": "ide",
"cpus": 3,
"kvm": "require",
"kernel_command_line": "-smp cores=3,threads=1,sockets=1 -cpu host -nographic",
"adapter_type": "e1000",
"console_type": "vnc",
"options": "-smp cores=3,threads=1,sockets=1 -cpu host -nographic",
"process_priority": "normal"
},
"availability": "service-contract",
"category": "guest",
"maintainer": "Gary Ossewaarde",
"description": "Aruba Virtual Mobility Controller",
"first_port_name": "mgmt",
"registry_version": 4
}

View File

@ -19,6 +19,15 @@
"kvm": "allow"
},
"images": [
{
"filename": "BSDRP-1.91-full-amd64-serial.img",
"version": "1.91",
"md5sum": "cea67b29ce94e66b617e7dc90956af45",
"filesize": 1000000000,
"download_url": "https://bsdrp.net/downloads",
"direct_download_url": "https://sourceforge.net/projects/bsdrp/files/BSD_Router_Project/1.91/amd64/BSDRP-1.91-full-amd64-serial.img.xz/download",
"compression": "xz"
},
{
"filename": "BSDRP-1.90-full-amd64-serial.img",
"version": "1.90",
@ -48,6 +57,12 @@
}
],
"versions": [
{
"name": "1.91",
"images": {
"hda_disk_image": "BSDRP-1.91-full-amd64-serial.img"
}
},
{
"name": "1.90",
"images": {

View File

@ -22,6 +22,20 @@
"kvm": "require"
},
"images": [
{
"filename": "csr1000v-universalk9.16.10.01b-serial.qcow2",
"version": "16.10.1b",
"md5sum": "0d3d647f83631c7955ad7899e6cce293",
"filesize": 950468608,
"download_url": "https://software.cisco.com/download/home/284364978/type/282046477/release/Gibraltar-16.10.1b"
},
{
"filename": "csr1000v-universalk9.16.09.01-serial.qcow2",
"version": "16.9.1",
"md5sum": "d7e1c83b6f513beb4200c7691d119086",
"filesize": 917897216,
"download_url": "https://software.cisco.com/download/home/284364978/type/282046477/release/Fuji-16.9.1"
},
{
"filename": "csr1000v-universalk9.16.08.01a-serial.qcow2",
"version": "16.8.1a",
@ -101,6 +115,18 @@
}
],
"versions": [
{
"name": "16.10.1b",
"images": {
"hda_disk_image": "csr1000v-universalk9.16.10.01b-serial.qcow2"
}
},
{
"name": "16.9.1",
"images": {
"hda_disk_image": "csr1000v-universalk9.16.09.01-serial.qcow2"
}
},
{
"name": "16.8.1a",
"images": {

View File

@ -0,0 +1,70 @@
{
"name": "Cisco Flow Collector for NetFlow",
"category": "firewall",
"description": "Cisco Stealthwatch is the most comprehensive visibility and network traffic security analytics solution that uses enterprise telemetry from the existing network infrastructure. It provides advanced threat detection, accelerated threat response, and simplified network segmentation using multilayer machine learning and entity modeling. With advanced behavioral analytics, youll always know who is on your network and what they are doing.\n\nAt the heart of the Stealthwatch System is the highly scalable Stealthwatch Flow Collector. The Flow Collector is available as either a physical or a virtual appliance. The Flow Collector VE performs the same functions as its physical counterpart, but in a virtual environment. The Stealthwatch Flow Collector for NetFlow gathers NetFlow, cFlow, J-Flow, Packeteer 2, NetStream, and IPFIX data. To achieve full network visibility with a traditional probe-based approach, you would need to install a probe for each router or switch on your network. This results in many costly hardware installations. Conversely, Stealthwatchs flow-based approach provides you with full network visibility at a fraction of the cost. Each Flow Collector can process data for as many as 1,000,000 hosts from up to 2,000 flow exporters, depending on the Flow Collector model and license restrictions. ",
"vendor_name": "Cisco",
"vendor_url": "http://www.cisco.com/",
"documentation_url": "https://www.cisco.com/c/en/us/support/security/stealthwatch/tsd-products-support-series-home.html",
"product_name": "Flow Collector for NetFlow",
"product_url": "https://www.cisco.com/c/en/us/products/security/stealthwatch/index.html",
"registry_version": 4,
"status": "experimental",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Starting Flow Collector for NetFlow will start an installation of FCNF onto a blank 200GB Drive.\nDefault console username/password: sysadmin/lan1cope.\nDefault web username/password: admin/lan411cope.",
"symbol": ":/symbols/asa.svg",
"first_port_name": "eth0",
"port_name_format": "eth{port1}",
"qemu": {
"cpus": 2,
"adapter_type": "e1000",
"adapters": 1,
"ram": 8192,
"hda_disk_interface": "scsi",
"arch": "x86_64",
"console_type": "vnc",
"boot_priority": "cd",
"kvm": "require",
"options": ""
},
"images": [
{
"filename": "FlowCollector-NetFlow-6.10.4-2018.11.14.1757-0.iso",
"version": "6.10.4-2018.11.14.1757-0",
"md5sum": "accd9fb9dd2d312805883749899a2fc0",
"filesize": 2479288320,
"download_url": "https://stealthwatch.flexnetoperations.com/control/lncp/product?child_plneID=786407"
},
{
"filename": "FlowCollector-NetFlow-6.10.2-2018.03.19.2230-0.iso",
"version": "6.10.2-2018.03.19.2230-0",
"md5sum": "e2ac83fa617ed9e073e845cedae76873",
"filesize": 2430076928,
"download_url": "https://software.cisco.com/download/home/286307342/type/286307754/release/6.10.2"
},
{
"filename": "empty200G.qcow2",
"version": "1.0",
"md5sum": "d1686d2f25695dee32eab9a6f4652c7c",
"filesize": 200192,
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
"direct_download_url": "http://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty200G.qcow2/download"
}
],
"versions": [
{
"name": "6.10.4-2018.11.14.1757-0",
"images": {
"hda_disk_image": "empty200G.qcow2",
"cdrom_image": "FlowCollector-NetFlow-6.10.4-2018.11.14.1757-0.iso"
}
},
{
"name": "6.10.2-2018.03.19.2230-0",
"images": {
"hda_disk_image": "empty200G.qcow2",
"cdrom_image": "FlowCollector-NetFlow-6.10.2-2018.03.19.2230-0.iso"
}
}
]
}

View File

@ -0,0 +1,56 @@
{
"name": "Cisco Flow Sensor",
"category": "firewall",
"description": "Cisco Stealthwatch is the most comprehensive visibility and network traffic security analytics solution that uses enterprise telemetry from the existing network infrastructure. It provides advanced threat detection, accelerated threat response, and simplified network segmentation using multilayer machine learning and entity modeling. With advanced behavioral analytics, youll always know who is on your network and what they are doing.\n\nUsing the same technology as the Stealthwatch Flow Sensor appliance, the Flow Sensor VE is a virtual appliance that provides visibility into virtual environments, generating flow data for areas that are not flow-enabled. ",
"vendor_name": "Cisco",
"vendor_url": "http://www.cisco.com/",
"documentation_url": "https://www.cisco.com/c/en/us/support/security/stealthwatch/tsd-products-support-series-home.html",
"product_name": "Flow Sensor VE",
"product_url": "https://www.cisco.com/c/en/us/products/security/stealthwatch/index.html",
"registry_version": 4,
"status": "experimental",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Starting Flow Sensor will start an installation of FSVE onto a blank 100GB Drive.\nDefault console username/password: sysadmin/lan1cope.\nDefault web username/password: admin/lan411cope.",
"symbol": ":/symbols/asa.svg",
"first_port_name": "eth0",
"port_name_format": "eth{port1}",
"qemu": {
"cpus": 1,
"adapter_type": "e1000",
"adapters": 2,
"ram": 8192,
"hda_disk_interface": "scsi",
"arch": "x86_64",
"console_type": "vnc",
"boot_priority": "cd",
"kvm": "require",
"options": ""
},
"images": [
{
"filename": "FlowSensor-AE-6.10.2-2018.03.19.2224-0.iso",
"version": "6.10.2-2018.03.19.2224-0",
"md5sum": "ef8712e655fcbc92dc1a1551ee2e4a80",
"filesize": 1287245824,
"download_url": "https://software.cisco.com/download/home/286307342/type/286307754/release/6.10.2"
},
{
"filename": "empty100G.qcow2",
"version": "1.0",
"md5sum": "1e6409a4523ada212dea2ebc50e50a65",
"filesize": 198656,
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
"direct_download_url": "http://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty100G.qcow2/download"
}
],
"versions": [
{
"name": "6.10.2-2018.03.19.2224-0",
"images": {
"hda_disk_image": "empty100G.qcow2",
"cdrom_image": "FlowSensor-AE-6.10.2-2018.03.19.2224-0.iso"
}
}
]
}

View File

@ -11,9 +11,9 @@
"status": "experimental",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Default username/password: admin/admin, cisco/cisco and lab/lab. There is no default configuration present. Interfaces may take several minutes to be usable after appliance boot.",
"usage": "Default username/password: admin/admin, cisco/cisco and lab/lab. There is no default configuration present. Interfaces may take several minutes to be usable after appliance boot.\n\nThe interfaces are mapped the following way:\n- NIC0: unused\n- NIC1: unused\n- NIC2: Gi0/0/0/0\n- NIC3: Gi0/0/0/1\n- NICn: Gi0/0/0/(n-2)",
"first_port_name": "MgmtEth0/0/CPU0/0",
"port_name_format": "GigabitEthernet0/0/0/{0}",
"port_name_format": "NIC{0}",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 7,

View File

@ -23,29 +23,36 @@
"console_type": "vnc",
"boot_priority": "cd",
"kvm": "require",
"options": "-smp 2"
"options": "-smp 2 -smbios type=1,product=KVM"
},
"images": [
{
"filename": "ise-2.2.0.470.SPA.x86_64.iso",
"version": "2.2.0.470",
"md5sum": "7fe5e730d0a51ef66e69d1463717ff3f",
"filesize": 8044992512,
"download_url": "https://software.cisco.com/download/home/283801620/type/283802505/release/2.2.0"
},
{
"filename": "ise-2.1.0.474.SPA.x86_64.iso",
"version": "2.1.0.474",
"md5sum": "8dc844696790f2f5f37054899fab3e2a",
"filesize": 6161475584,
"download_url": "https://software.cisco.com/download/release.html?mdfid=283801620&flowid=&softwareid=283802505&release=2.1.0&relind=AVAILABLE&rellifecycle=&reltype=latest"
"download_url": "https://software.cisco.com/download/home/283801620/type/283802505/release/2.1.0"
},
{
"filename": "ise-2.0.1.130.SPA.x86_64.iso",
"version": "2.0.1.130",
"md5sum": "25ac842fdbb61f6e75f2f8b26beea28e",
"filesize": 5129990144,
"download_url": "https://software.cisco.com/download/release.html?mdfid=283801620&flowid=&softwareid=283802505&release=2.1.0&relind=AVAILABLE&rellifecycle=&reltype=latest"
"download_url": "https://software.cisco.com/download/home/283801620/type/283802505/release/2.0.1"
},
{
"filename": "ise-2.0.0.306.SPA.x86_64.iso",
"version": "2.0.0.306",
"md5sum": "b7a454ee235db29b5c208b19bfd1fbd1",
"filesize": 5088827392,
"download_url": "https://software.cisco.com/download/release.html?mdfid=283801620&flowid=&softwareid=283802505&release=2.0.0&relind=AVAILABLE&rellifecycle=&reltype=latest"
"download_url": "https://software.cisco.com/download/home/283801620/type/283802505/release/2.0"
},
{
"filename": "empty200G.qcow2",
@ -57,6 +64,13 @@
}
],
"versions": [
{
"name": "2.2.0.470",
"images": {
"hda_disk_image": "empty200G.qcow2",
"cdrom_image": "ise-2.2.0.470.SPA.x86_64.iso"
}
},
{
"name": "2.1.0.474",
"images": {
@ -78,6 +92,5 @@
"cdrom_image": "ise-2.0.0.306.SPA.x86_64.iso"
}
}
]
}

View File

@ -0,0 +1,70 @@
{
"name": "Cisco Stealthwatch Management Console",
"category": "firewall",
"description": "Cisco Stealthwatch is the most comprehensive visibility and network traffic security analytics solution that uses enterprise telemetry from the existing network infrastructure. It provides advanced threat detection, accelerated threat response, and simplified network segmentation using multilayer machine learning and entity modeling. With advanced behavioral analytics, youll always know who is on your network and what they are doing.\n\nAs the control center for the Stealthwatch System, the SMC manages, coordinates, configures, and organizes all of the different components of the system. The SMC client software allows you to access the SMCs user-friendly graphical user interface from any local computer with access to a Web browser. Through the client interface, you can easily access real-time security and network information about critical segments throughout your enterprise. ",
"vendor_name": "Cisco",
"vendor_url": "http://www.cisco.com/",
"documentation_url": "https://www.cisco.com/c/en/us/support/security/stealthwatch/tsd-products-support-series-home.html",
"product_name": "Stealthwatch Management Console",
"product_url": "https://www.cisco.com/c/en/us/products/security/stealthwatch/index.html",
"registry_version": 4,
"status": "experimental",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Starting Stealthwatch Management Console will start an installation of SMC onto a blank 200GB Drive.\nDefault console username/password: sysadmin/lan1cope.\nDefault web username/password: admin/lan411cope.",
"symbol": "cisco-fmcv.svg",
"first_port_name": "eth0",
"port_name_format": "eth{port1}",
"qemu": {
"cpus": 3,
"adapter_type": "e1000",
"adapters": 1,
"ram": 8192,
"hda_disk_interface": "scsi",
"arch": "x86_64",
"console_type": "vnc",
"boot_priority": "cd",
"kvm": "require",
"options": ""
},
"images": [
{
"filename": "SMC-6.10.4-2018.11.14.1757-0.iso",
"version": "6.10.4-2018.11.14.1757-0",
"md5sum": "1de82eddf5303012aa8701144a7d4c7b",
"filesize": 2518747136,
"download_url": "https://stealthwatch.flexnetoperations.com/control/lncp/product?child_plneID=786407"
},
{
"filename": "SMC-6.10.2-2018.03.19.2228-0.iso",
"version": "6.10.2-2018.03.19.2228-0",
"md5sum": "e4e31ea6eb5c17c12769724f0c70b452",
"filesize": 2311847936,
"download_url": "https://software.cisco.com/download/home/286307342/type/286307754/release/6.10.2"
},
{
"filename": "empty200G.qcow2",
"version": "1.0",
"md5sum": "d1686d2f25695dee32eab9a6f4652c7c",
"filesize": 200192,
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
"direct_download_url": "http://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty200G.qcow2/download"
}
],
"versions": [
{
"name": "6.10.4-2018.11.14.1757-0",
"images": {
"hda_disk_image": "empty200G.qcow2",
"cdrom_image": "SMC-6.10.4-2018.11.14.1757-0.iso"
}
},
{
"name": "6.10.2-2018.03.19.2228-0",
"images": {
"hda_disk_image": "empty200G.qcow2",
"cdrom_image": "SMC-6.10.2-2018.03.19.2228-0.iso"
}
}
]
}

View File

@ -22,6 +22,13 @@
"kvm": "require"
},
"images": [
{
"filename": "ClearOS-7.5-DVD-x86_64.iso",
"version": "7.5",
"md5sum": "1e23c5f73a6c996420d8e0e70b000bf9",
"filesize": 1146093568,
"download_url": "https://www.clearos.com/clearfoundation/software/clearos-downloads"
},
{
"filename": "ClearOS-7.4-DVD-x86_64.iso",
"version": "7.4",
@ -53,6 +60,13 @@
}
],
"versions": [
{
"name": "7.5",
"images": {
"hda_disk_image": "empty30G.qcow2",
"cdrom_image": "ClearOS-7.5-DVD-x86_64.iso"
}
},
{
"name": "7.4",
"images": {

View File

@ -21,6 +21,24 @@
"kvm": "allow"
},
"images": [
{
"filename": "coreos_production_qemu_image.1911.5.0.img",
"version": "1911.5.0",
"md5sum": "3b5b33697cfc545d8eb9fb461c612e76",
"filesize": 940507136,
"download_url": "http://stable.release.core-os.net/amd64-usr/1911.5.0/",
"direct_download_url": "http://stable.release.core-os.net/amd64-usr/1911.5.0/coreos_production_qemu_image.img.bz2",
"compression": "bzip2"
},
{
"filename": "coreos_production_qemu_image.1855.5.0.img",
"version": "1855.5.0",
"md5sum": "6b5b06bc47446277c5c536c09b5a7988",
"filesize": 924319744,
"download_url": "http://stable.release.core-os.net/amd64-usr/1855.5.0/",
"direct_download_url": "http://stable.release.core-os.net/amd64-usr/1855.5.0/coreos_production_qemu_image.img.bz2",
"compression": "bzip2"
},
{
"filename": "coreos_production_qemu_image.1688.5.3.img",
"version": "1688.5.3",
@ -167,6 +185,18 @@
}
],
"versions": [
{
"name": "1911.5.0",
"images": {
"hda_disk_image": "coreos_production_qemu_image.1911.5.0.img"
}
},
{
"name": "1855.5.0",
"images": {
"hda_disk_image": "coreos_production_qemu_image.1855.5.0.img"
}
},
{
"name": "1688.5.3",
"images": {

View File

@ -23,6 +23,22 @@
"kvm": "require"
},
"images": [
{
"filename": "cumulus-linux-3.7.2-vx-amd64-qemu.qcow2",
"version": "3.7.2",
"md5sum": "2fcd785da0452e403c44ba5f3ac4e870",
"filesize": 1574502400,
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/",
"direct_download_url": "http://cumulusfiles.s3.amazonaws.com/CumulusLinux-3.7.2/cumulus-linux-3.7.2-vx-amd64-qemu.qcow2"
},
{
"filename": "cumulus-linux-3.7.1-vx-amd64-qemu.qcow2",
"version": "3.7.1",
"md5sum": "201055c57e4a20bb5772289ea6216631",
"filesize": 1640300544,
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/",
"direct_download_url": "http://cumulusfiles.s3.amazonaws.com/CumulusLinux-3.7.1/cumulus-linux-3.7.1-vx-amd64-qemu.qcow2"
},
{
"filename": "cumulus-linux-3.6.2-vx-amd64.qcow2",
"version": "3.6.2",
@ -173,6 +189,18 @@
}
],
"versions": [
{
"name": "3.7.2",
"images": {
"hda_disk_image": "cumulus-linux-3.7.2-vx-amd64-qemu.qcow2"
}
},
{
"name": "3.7.1",
"images": {
"hda_disk_image": "cumulus-linux-3.7.1-vx-amd64-qemu.qcow2"
}
},
{
"name": "3.6.2",
"images": {

View File

@ -1,16 +1,16 @@
{
"name": "Dell FTOS",
"name": "Dell OS9",
"category": "router",
"description": "Dell Networking OS10 combines the best of Linux, open computing and networking to advance open networking disaggregation. Dell Networking OS10 is a transformational software platform that provides networking hardware abstraction through a common set of APIs. Enable consistency across compute and network resources for your system operators (SysOps) groups that require server-like manageability. Easily leverage your existing network configuration. Dell Networking OS10 incorporates traditional networking integration. Enhance the integration and control you allow your development and operations (DevOps) teams, down to identifying an object as an individual, manageable entity within the platform.",
"description": "Dell Networking OS9 (formerly FTOS).\nOS9 powers the Dell Networking product portfolio and has been hardened in some of the largest and most demanding environments in the world to meet stringent reliability, scalability and serviceability requirements. \n\nDownload and uncompress zip files from the Dell support site - corresponding to the FTOS/OS9 image name. Please 'Select FTOS for S-Series OS-EMULATOR'. Import the resulting ISO image.",
"vendor_name": "Dell Inc.",
"vendor_url": "http://www.dell.com/",
"product_name": "Dell FTOS",
"product_name": "Dell OS9",
"product_url": "http://www.dell.com/us/business/p/open-platform-software/pd",
"registry_version": 3,
"status": "experimental",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Abort the BCM process and format the flash after first boot by entering these commands:\nen\nformat flash:\n\nSometimes the flash device is not available after boot.",
"usage": "Make sure the Boot priority of the configuration template is HDD or CD.\n\nAbort the BCM process and format the flash after first boot by entering these commands:\nen\nformat flash:\n\nSometimes the flash device is not available after boot.",
"first_port_name": "Management0/0",
"port_name_format": "fortyGigE0/{0}",
"qemu": {
@ -29,7 +29,7 @@
"version": "9.8.0",
"md5sum": "b9b50eda0a73407dc381792ff7975e24",
"filesize": 108115968,
"download_url": "https://www.force10networks.com/csportal20/Software/Downloads.aspx",
"download_url": "https://www.force10networks.com/CSPortal20/Software/SSeriesDownloads.aspx",
"compression": "zip"
},
{

View File

@ -15,7 +15,7 @@
"first_port_name": "Management",
"port_name_format": "Port{port1}",
"qemu": {
"adapter_type": "e1000",
"adapter_type": "rtl8139",
"adapters": 13,
"ram": 256,
"hda_disk_interface": "ide",
@ -26,6 +26,14 @@
"options": "-smp 2 -cpu core2duo"
},
"images": [
{
"filename": "exosvm-22.6.1.4.iso",
"version": "22.6.1.4",
"md5sum": "66146aba82575b3879431143b6dc8a35",
"filesize": 53706752,
"download_url": "https://github.com/extremenetworks/Virtual_EXOS",
"direct_download_url": "https://github.com/extremenetworks/Virtual_EXOS/raw/master/vm-22.6.1.4.iso"
},
{
"filename": "exosvm-22.5.1.7.iso",
"version": "22.5.1.7",
@ -108,6 +116,13 @@
}
],
"versions": [
{
"name": "22.6.1.4",
"images": {
"hda_disk_image": "empty8G.qcow2",
"cdrom_image": "exosvm-22.6.1.4.iso"
}
},
{
"name": "22.5.1.7",
"images": {

View File

@ -27,6 +27,13 @@
"options": "-smp 2 -cpu host"
},
"images": [
{
"filename": "BIGIP-14.0.0.3-0.0.4.qcow2",
"version": "14.0.0 HF3",
"md5sum": "dc80a7e436ff93e2f4092eece18d369b",
"filesize": 4550164480,
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v14.x/14.0.0/english/14.0.0.3_virtual-edition/&sw=BIG-IP&pro=big-ip_v14.x&ver=14.0.0&container=14.0.0.3_Virtual-Edition&file=BIGIP-14.0.0.3-0.0.4.ALL.qcow2.zip"
},
{
"filename": "BIGIP-13.1.0.5-0.0.5.qcow2",
"version": "13.1.0 HF5",
@ -135,6 +142,13 @@
}
],
"versions": [
{
"name": "14.0.0 HF3",
"images": {
"hda_disk_image": "BIGIP-14.0.0.3-0.0.4.qcow2",
"hdb_disk_image": "empty100G.qcow2"
}
},
{
"name": "13.1.0 HF5",
"images": {

View File

@ -29,6 +29,13 @@
"options": "-smp 2 -cpu host"
},
"images": [
{
"filename": "BIG-IQ-6.0.1.1.0.0.9.qcow2",
"version": "6.0.1.1",
"md5sum": "3ae32308fe39d5db555f7f1cdcc734dd",
"filesize": 3895787520,
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-iq/big-iq_cm/6.0.1/english/v6.0.1.1/&sw=BIG-IQ&pro=big-iq_CM&ver=6.0.1&container=v6.0.1.1&file=BIG-IQ-6.0.1.1.0.0.9.qcow2.zip"
},
{
"filename": "BIG-IQ-5.4.0.2.24.7467.qcow2",
"version": "5.4.0.2",
@ -88,6 +95,13 @@
}
],
"versions": [
{
"name": "6.0.1.1",
"images": {
"hda_disk_image": "BIG-IQ-6.0.1.1.0.0.9.qcow2",
"hdb_disk_image": "empty100G.qcow2"
}
},
{
"name": "5.4.0.2",
"images": {

View File

@ -0,0 +1,53 @@
{
"name": "FortiADC Manager",
"category": "guest",
"description": "FortiADC Manager allows you to use a web- based user interface to configure remote FortiADC devices. It allows you to simplify and speed up the FortiADC deployment and update process by maintaining configuration templates and policy packages that you can modify and apply as needed.",
"vendor_name": "Fortinet",
"vendor_url": "http://www.fortinet.com/",
"documentation_url": "https://docs.fortinet.com/fortiadc-manager/",
"product_name": "FortiADC Manager",
"product_url": "https://www.fortinet.com/products/application-delivery-controller/fortiadc.html",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Default username is admin, no password is set.",
"port_name_format": "Port{port1}",
"symbol": "fortinet.svg",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 10,
"ram": 2048,
"hda_disk_interface": "virtio",
"hdb_disk_interface": "virtio",
"arch": "x86_64",
"console_type": "telnet",
"boot_priority": "c",
"kvm": "allow"
},
"images": [
{
"filename": "FADCManager-KVM-V500-build0020-FORTINET.out.kvm-boot.qcow2",
"version": "5.2.0",
"md5sum": "a79d04040848b704ce4efe925518fd3f",
"filesize": 70057984,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FADCManager-KVM-v500-data.qcow2",
"version": "5.x",
"md5sum": "b7500835594e62d8acb1c6ec43d597c1",
"filesize": 30998528,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
}
],
"versions": [
{
"name": "5.2.0",
"images": {
"hda_disk_image": "FADCManager-KVM-V500-build0020-FORTINET.out.kvm-boot.qcow2",
"hdb_disk_image": "FADCManager-KVM-v500-data.qcow2"
}
}
]
}

View File

@ -34,6 +34,20 @@
"filesize": 30998528,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FAD_KVM-V500-build0423-FORTINET.out.kvm-boot.qcow2",
"version": "5.2.0",
"md5sum": "993bcd0e8e5496fdacb78dffb3c9a9b3",
"filesize": 104333312,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FAD_KVM-V500-build0239-FORTINET.out.kvm-boot.qcow2",
"version": "5.1.1",
"md5sum": "f94323bc6415dd1477f2352bd3323d14",
"filesize": 75235328,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FAD_KVM-V500-build0056-FORTINET.out.kvm-boot.qcow2",
"version": "5.0.1",
@ -176,6 +190,20 @@
}
],
"versions": [
{
"name": "5.2.0",
"images": {
"hda_disk_image": "FAD_KVM-V500-build0423-FORTINET.out.kvm-boot.qcow2",
"hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2"
}
},
{
"name": "5.1.1",
"images": {
"hda_disk_image": "FAD_KVM-V500-build0239-FORTINET.out.kvm-boot.qcow2",
"hdb_disk_image": "FAD_KVM-FORTINET.out.kvm-data.qcow2"
}
},
{
"name": "5.0.1",
"images": {

View File

@ -26,6 +26,20 @@
"kvm": "allow"
},
"images": [
{
"filename": "FAZ_VM64_KVM-v6-build0255-FORTINET.out.kvm.qcow2",
"version": "6.0.3",
"md5sum": "14c98b20ed1d0729e2d04aad49ff1be5",
"filesize": 114589696,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FAZ_VM64_KVM-v6-build0205-FORTINET.out.kvm.qcow2",
"version": "6.0.2",
"md5sum": "1c9c6a99244aaf8b215c52194e1f82ed",
"filesize": 115777536,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FAZ_VM64_KVM-v6-build0092-FORTINET.out.kvm.qcow2",
"version": "6.0.0",
@ -33,6 +47,13 @@
"filesize": 117940224,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FAZ_VM64_KVM-v5-build1782-FORTINET.out.kvm.qcow2",
"version": "5.6.7",
"md5sum": "f67c115cc51e911802e9cbcb5cb0c8c2",
"filesize": 110862336,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FAZ_VM64_KVM-v5-build1631-FORTINET.out.kvm.qcow2",
"version": "5.6.2",
@ -127,6 +148,20 @@
}
],
"versions": [
{
"name": "6.0.3",
"images": {
"hda_disk_image": "FAZ_VM64_KVM-v6-build0255-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "6.0.2",
"images": {
"hda_disk_image": "FAZ_VM64_KVM-v6-build0205-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "6.0.0",
"images": {
@ -134,6 +169,13 @@
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "5.6.7",
"images": {
"hda_disk_image": "FAZ_VM64_KVM-v5-build1782-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "5.6.2",
"images": {

View File

@ -26,6 +26,20 @@
"kvm": "allow"
},
"images": [
{
"filename": "FAC_VM_KVM-v5-build0366-FORTINET.out.kvm.qcow2",
"version": "5.5.0",
"md5sum": "c6ae060f8840b467efac6701a7e8e6af",
"filesize": 72982528,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FAC_VM_KVM-v5-build0297-FORTINET.out.kvm.qcow2",
"version": "5.4.1",
"md5sum": "e63bcaae040f903f9de315f582702619",
"filesize": 72617984,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FAC_VM_KVM-v5-build0163-FORTINET.out.kvm.qcow2",
"version": "5.2.2",
@ -84,6 +98,20 @@
}
],
"versions": [
{
"name": "5.5.0",
"images": {
"hda_disk_image": "FAC_VM_KVM-v5-build0366-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FAC_VM_KVM-v500-DATADRIVE.qcow2"
}
},
{
"name": "5.4.1",
"images": {
"hda_disk_image": "FAC_VM_KVM-v5-build0297-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FAC_VM_KVM-v500-DATADRIVE.qcow2"
}
},
{
"name": "5.2.2",
"images": {

View File

@ -26,6 +26,13 @@
"kvm": "require"
},
"images": [
{
"filename": "FCHKVM-v400-build0226-FORTINET.out.kvm.qcow2",
"version": "4.2.8",
"md5sum": "17efdc8f037c8ec1d1fc67ae262f619e",
"filesize": 27676672,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FCHKVM-v400-build0222-FORTINET.out.kvm.qcow2",
"version": "4.2.7",
@ -106,6 +113,13 @@
}
],
"versions": [
{
"name": "4.2.8",
"images": {
"hda_disk_image": "FCHKVM-v400-build0226-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty100G.qcow2"
}
},
{
"name": "4.2.7",
"images": {

View File

@ -26,6 +26,13 @@
"kvm": "allow"
},
"images": [
{
"filename": "FGT_VM64_KVM-v6-build0200-FORTINET.out.kvm.qcow2",
"version": "6.0.3",
"md5sum": "be6f74ea13da09cf0b68e87234e2d8d5",
"filesize": 51552256,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FGT_VM64_KVM-v6-build0076-FORTINET.out.kvm.qcow2",
"version": "6.0.0",
@ -33,6 +40,13 @@
"filesize": 46104576,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FGT_VM64_KVM-v5-build1653-FORTINET.out.kvm.qcow2",
"version": "5.6.7",
"md5sum": "202e1ed7582b02493be63f14cc48c2cb",
"filesize": 43180032,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FGT_VM64_KVM-v5-build1575-FORTINET.out.kvm.qcow2",
"version": "5.6.4",
@ -68,6 +82,13 @@
"filesize": 38760448,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FGT_VM64_KVM-v5-build1220-FORTINET.out.kvm.qcow2",
"version": "5.4.10",
"md5sum": "7444d6c85ef6b937a98163482caa5a90",
"filesize": 39043072,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FGT_VM64_KVM-v5-build1183-FORTINET.out.kvm.qcow2",
"version": "5.4.8",
@ -197,6 +218,13 @@
}
],
"versions": [
{
"name": "6.0.3",
"images": {
"hda_disk_image": "FGT_VM64_KVM-v6-build0200-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "6.0.0",
"images": {
@ -204,6 +232,13 @@
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "5.6.7",
"images": {
"hda_disk_image": "FGT_VM64_KVM-v5-build1653-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "5.6.4",
"images": {
@ -239,6 +274,13 @@
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "5.4.10",
"images": {
"hda_disk_image": "FGT_VM64_KVM-v5-build1220-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "5.4.8",
"images": {

View File

@ -26,6 +26,13 @@
"kvm": "allow"
},
"images": [
{
"filename": "FML_VMKV-64-v60-build0126-FORTINET.out.kvm.qcow2",
"version": "6.0.3",
"md5sum": "b062636f029ff0f3d4b74451cc70b755",
"filesize": 96731136,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FML_VMKV-64-v54-build0719-FORTINET.out.kvm.qcow2",
"version": "5.4.5",
@ -155,6 +162,13 @@
}
],
"versions": [
{
"name": "6.0.3",
"images": {
"hda_disk_image": "FML_VMKV-64-v60-build0126-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "5.4.5",
"images": {

View File

@ -26,6 +26,20 @@
"kvm": "allow"
},
"images": [
{
"filename": "FMG_VM64_KVM-v6-build0255-FORTINET.out.kvm.qcow2",
"version": "6.0.3",
"md5sum": "5f34d52d9289b0be2a4c04943446ea39",
"filesize": 115703808,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FMG_VM64_KVM-v6-build0205-FORTINET.out.kvm.qcow2",
"version": "6.0.2",
"md5sum": "8f748649c537d9b5466b24c5b4e62017",
"filesize": 116981760,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FMG_VM64_KVM-v6-build0092-FORTINET.out.kvm.qcow2",
"version": "6.0.0",
@ -127,6 +141,20 @@
}
],
"versions": [
{
"name": "6.0.3",
"images": {
"hda_disk_image": "FMG_VM64_KVM-v6-build0255-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "6.0.2",
"images": {
"hda_disk_image": "FMG_VM64_KVM-v6-build0205-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "6.0.0",
"images": {

View File

@ -0,0 +1,54 @@
{
"name": "FortiProxy",
"category": "firewall",
"description": "FortiProxy is a secure web proxy that protects employees against internet-borne attacks by incorporating multiple detection techniques such as web filtering, DNS filtering, data loss prevention, antivirus, intrusion prevention and advanced threat protection. It helps enterprises enforce internet compliance using granular application control.",
"vendor_name": "Fortinet",
"vendor_url": "http://www.fortinet.com/",
"documentation_url": "https://docs.fortinet.com/fortiproxy/",
"product_name": "FortiProxy",
"product_url": "https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/FortiProxy.pdf",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "The system reboots twice during the initial setup; this is normal.\nDefault username is admin, no password is set.",
"port_name_format": "Port{port1}",
"symbol": "fortinet.svg",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 10,
"ram": 2048,
"hda_disk_interface": "virtio",
"hdb_disk_interface": "virtio",
"arch": "x86_64",
"console_type": "telnet",
"boot_priority": "c",
"kvm": "allow"
},
"images": [
{
"filename": "FPX_KVM-v100-build0147-FORTINET.out.kvm.qcow2",
"version": "1.1.0",
"md5sum": "d7c60693bfa58246e5063304cd450c89",
"filesize": 42668032,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "empty30G.qcow2",
"version": "1.0",
"md5sum": "3411a599e822f2ac6be560a26405821a",
"filesize": 197120,
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
"direct_download_url": "http://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download"
}
],
"versions": [
{
"name": "1.1.0",
"images": {
"hda_disk_image": "FPX_KVM-v100-build0147-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
}
]
}

View File

@ -0,0 +1,54 @@
{
"name": "FortiRecorder",
"category": "guest",
"description": "Surveillance systems can be complicated, expensive, and unreliable. But FortiCamera and FortiRecorder simplify IP video surveillance and there are no license fees. With FortiCams, you can see everything: doors, POS terminals, public areas--whatever you need to keep an eye on. FortiRecorder captures the images for easy monitoring, storage, and retrieval. Just plug in your cameras, connect the FortiRecorder, open a web browser or client application, and you're ready to go. It's easy to navigate and configure with event timelines and profile-driven configuration.",
"vendor_name": "Fortinet",
"vendor_url": "http://www.fortinet.com/",
"documentation_url": "https://docs.fortinet.com/fortirecorder/",
"product_name": "FortiRecorder",
"product_url": "https://www.fortinet.com/products/network-based-video-security/forticam-fortirecorder.html",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Use HTTPS when connecting to the WebUI.\nDefault username is admin, no password is set.",
"port_name_format": "Port{port1}",
"symbol": "fortinet.svg",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 10,
"ram": 2048,
"hda_disk_interface": "virtio",
"hdb_disk_interface": "virtio",
"arch": "x86_64",
"console_type": "telnet",
"boot_priority": "c",
"kvm": "allow"
},
"images": [
{
"filename": "fortirecorder-FRC_VMKV-64-v26-build0607-FORTINET.out.kvm.qcow2",
"version": "2.6.3",
"md5sum": "ffa5d42119de576631673516f60e028b",
"filesize": 63569920,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "empty30G.qcow2",
"version": "1.0",
"md5sum": "3411a599e822f2ac6be560a26405821a",
"filesize": 197120,
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
"direct_download_url": "http://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download"
}
],
"versions": [
{
"name": "2.6.3",
"images": {
"hda_disk_image": "fortirecorder-FRC_VMKV-64-v26-build0607-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
}
]
}

View File

@ -27,6 +27,20 @@
"options": "-smp 2"
},
"images": [
{
"filename": "FSA_KVM-v300-build0049-FORTINET.out.kvm.qcow2",
"version": "3.0.3",
"md5sum": "3ef1f05124d13e23332b8b90f8f71c2c",
"filesize": 156828160,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FSA_KVM-v300-build0029-FORTINET.out.kvm.qcow2",
"version": "3.0.1",
"md5sum": "a2f6c5297a722c5dba40327734a6e0ac",
"filesize": 153158144,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FSA_KVM-v200-build0340-FORTINET.out.kvm.qcow2",
"version": "2.5.2",
@ -77,7 +91,7 @@
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FSA_v200-datadrive.qcow2",
"filename": "FSA-datadrive.qcow2",
"version": "2.x",
"md5sum": "f2dc0a8fc7591699c364aff400369157",
"filesize": 200192,
@ -85,53 +99,67 @@
}
],
"versions": [
{
"name": "3.0.3",
"images": {
"hda_disk_image": "FSA_KVM-v300-build0049-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FSA-datadrive.qcow2"
}
},
{
"name": "3.0.1",
"images": {
"hda_disk_image": "FSA_KVM-v300-build0029-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FSA-datadrive.qcow2"
}
},
{
"name": "2.5.2",
"images": {
"hda_disk_image": "FSA_KVM-v200-build0340-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
"hdb_disk_image": "FSA-datadrive.qcow2"
}
},
{
"name": "2.5.1",
"images": {
"hda_disk_image": "FSA_KVM-v200-build0329-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
"hdb_disk_image": "FSA-datadrive.qcow2"
}
},
{
"name": "2.4.1",
"images": {
"hda_disk_image": "FSA_KVM-v200-build0261-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
"hdb_disk_image": "FSA-datadrive.qcow2"
}
},
{
"name": "2.4.0",
"images": {
"hda_disk_image": "FSA_KVM-v200-build0252-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
"hdb_disk_image": "FSA-datadrive.qcow2"
}
},
{
"name": "2.3.3",
"images": {
"hda_disk_image": "FSA_KVM-v200-build0205-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
"hdb_disk_image": "FSA-datadrive.qcow2"
}
},
{
"name": "2.3.2",
"images": {
"hda_disk_image": "FSA_KVM-v200-build0195-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
"hdb_disk_image": "FSA-datadrive.qcow2"
}
},
{
"name": "2.3.0",
"images": {
"hda_disk_image": "FSA_VM-v200-build0183-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "FSA_v200-datadrive.qcow2"
"hdb_disk_image": "FSA-datadrive.qcow2"
}
}
]

View File

@ -11,7 +11,7 @@
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "This is the Super/Worker component. Default credentials:\n- admin / admin*1\n - root / ProspectHills\n\nIf you get a 503 error on the WebUI, run /opt/phoenix/deployment/jumpbox/phinitsuper as root.",
"usage": "This is the Super/Worker component. Default credentials:\n- admin / admin*1\n - root / ProspectHills\n\nIf you get a 503 error on the WebUI, run /opt/phoenix/deployment/jumpbox/phinitsuper as root.\n\nMake sure that Super, Worker(s), Collector(s) and Report Server can connect to FortiSIEM hosted CentOS repo on https port 443 under the URLs below. Otherwise, some packages may not install and 5.0.0 binaries will not run.\n- https://os-pkgs-cdn.fortisiem.fortinet.com/centos6/\n- https://os-pkgs.fortisiem.fortinet.com/centos6/",
"port_name_format": "Port{port1}",
"symbol": "fortinet.svg",
"qemu": {
@ -28,26 +28,47 @@
"options": "-smp 4"
},
"images": [
{
"filename": "FortiSIEM-VA-5.1.0.1336.qcow2",
"version": "5.1.0",
"md5sum": "753685ee68287c7a56f9da53566ac522",
"filesize": 10376904704,
"download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/release510.html"
},
{
"filename": "FortiSIEM-VA-5.1.0.1336-1.qcow2",
"version": "5.1.0",
"md5sum": "6ffb7e16d89a6731fc077982cb012ee2",
"filesize": 46858240,
"download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/release510.html"
},
{
"filename": "FortiSIEM-VA-5.1.0.1336-2.qcow2",
"version": "5.1.0",
"md5sum": "8185e537ce222c2e8407e9bf08e604bb",
"filesize": 46858240,
"download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/release510.html"
},
{
"filename": "FortiSIEM-VA-5.0.0.1201.qcow2",
"version": "5.0.0",
"md5sum": "1f2f0b1d84e89495fc5b5ca722cb5710",
"filesize": 10029432832,
"download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/latestrelease.html"
"download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/release500.html"
},
{
"filename": "FortiSIEM-VA-5.0.0.1201-1.qcow2",
"version": "5.0.0",
"md5sum": "88e96259f44a82b7c545b82925880513",
"filesize": 46858240,
"download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/latestrelease.html"
"download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/release500.html"
},
{
"filename": "FortiSIEM-VA-5.0.0.1201-2.qcow2",
"version": "5.0.0",
"md5sum": "58d61498e1adc1df062fc12113d42d86",
"filesize": 46858240,
"download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/latestrelease.html"
"download_url": "https://images-cdn.fortisiem.fortinet.com/VirtualAppliances/release500.html"
},
{
"filename": "FortiSIEM-VA-KVM-4.10.0.1102.qcow2",
@ -93,6 +114,14 @@
}
],
"versions": [
{
"name": "5.1.0",
"images": {
"hda_disk_image": "FortiSIEM-VA-5.1.0.1336.qcow2",
"hdb_disk_image": "FortiSIEM-VA-5.1.0.1336-1.qcow2",
"hdc_disk_image": "FortiSIEM-VA-5.1.0.1336-2.qcow2"
}
},
{
"name": "5.0.0",
"images": {

View File

@ -26,6 +26,20 @@
"kvm": "allow"
},
"images": [
{
"filename": "FWB_KVM-v600-build0056-FORTINET.out.kvm.qcow2",
"version": "6.0.2",
"md5sum": "cc7800bc6c2dd60c583d2d4ef1965e01",
"filesize": 156959232,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FWB_KVM-v600-build0036-FORTINET.out.kvm.qcow2",
"version": "6.0.1",
"md5sum": "220170383b66a6f8091729d67a8fef3e",
"filesize": 138412544,
"download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx"
},
{
"filename": "FWB_KVM-v500-build1618-FORTINET.out.kvm.qcow2",
"version": "5.9.1",
@ -93,6 +107,20 @@
],
"versions": [
{
"name": "6.0.2",
"images": {
"hda_disk_image": "FWB_KVM-v600-build0056-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "6.0.1",
"images": {
"hda_disk_image": "FWB_KVM-v600-build0036-FORTINET.out.kvm.qcow2",
"hdb_disk_image": "empty30G.qcow2"
}
},
{
"name": "5.9.1",
"images": {

View File

@ -22,6 +22,24 @@
"kvm": "require"
},
"images": [
{
"filename": "FreeBSD-12.0-RELEASE-amd64.qcow2",
"version": "12.0",
"md5sum": "4d2126ba79dad224628be6f25a908bd8",
"filesize": 2644836352,
"download_url": "https://www.freebsd.org/where.html",
"direct_download_url": "https://download.freebsd.org/ftp/releases/VM-IMAGES/12.0-RELEASE/amd64/Latest/FreeBSD-12.0-RELEASE-amd64.qcow2.xz",
"compression": "xz"
},
{
"filename": "FreeBSD-11.2-RELEASE-amd64.qcow2",
"version": "11.2",
"md5sum": "44d37e65be4bb4054f067911c84d074a",
"filesize": 1630076928,
"download_url": "https://www.freebsd.org/where.html",
"direct_download_url": "https://download.freebsd.org/ftp/releases/VM-IMAGES/11.2-RELEASE/amd64/Latest/FreeBSD-11.2-RELEASE-amd64.qcow2.xz",
"compression": "xz"
},
{
"filename": "FreeBSD-11.1-RELEASE-amd64.qcow2",
"version": "11.1",
@ -60,6 +78,18 @@
}
],
"versions": [
{
"name": "12.0",
"images": {
"hda_disk_image": "FreeBSD-12.0-RELEASE-amd64.qcow2"
}
},
{
"name": "11.2",
"images": {
"hda_disk_image": "FreeBSD-11.2-RELEASE-amd64.qcow2"
}
},
{
"name": "11.1",
"images": {

View File

@ -24,9 +24,25 @@
"kvm": "require"
},
"images": [
{
"filename": "FreeNAS-11.2-RELEASE.iso",
"version": "11.2",
"md5sum": "bf4a9ebb19313c3d45f84c1550477727",
"filesize": 603410432,
"download_url": "http://www.freenas.org/download/",
"direct_download_url": "https://download.freenas.org/11.2/STABLE/RELEASE/x64/FreeNAS-11.2-RELEASE.iso"
},
{
"filename": "FreeNAS-11.1-U6.iso",
"version": "11.1 U6",
"md5sum": "633d6444cad903c707983b54e04fc053",
"filesize": 636065792,
"download_url": "http://www.freenas.org/download/",
"direct_download_url": "https://download.freenas.org/11/11.1-U6/x64/FreeNAS-11.1-U6.iso"
},
{
"filename": "FreeNAS-11.1-U4.iso",
"version": "11.1 U1",
"version": "11.1 U4",
"md5sum": "d75623e5671dbc82f32f4b4f8d46092f",
"filesize": 633833472,
"download_url": "http://www.freenas.org/download/",
@ -74,6 +90,22 @@
}
],
"versions": [
{
"name": "11.2",
"images": {
"hda_disk_image": "empty30G.qcow2",
"hdb_disk_image": "empty30G.qcow2",
"cdrom_image": "FreeNAS-11.2-RELEASE.iso"
}
},
{
"name": "11.1 U6",
"images": {
"hda_disk_image": "empty30G.qcow2",
"hdb_disk_image": "empty30G.qcow2",
"cdrom_image": "FreeNAS-11.1-U6.iso"
}
},
{
"name": "11.1 U4",
"images": {

View File

@ -20,6 +20,15 @@
"kvm": "require"
},
"images": [
{
"filename": "frr6.0-vm0.2.qcow2",
"version": "FRR6.0 - VM0.2",
"md5sum": "bf5aebd98352716bfabb119abb2ba19a",
"filesize": 1762066432,
"download_url": "https://sourceforge.net/projects/frr/files/",
"direct_download_url": "https://sourceforge.net/projects/frr/files/frr6.0-vm0.2.qcow2.bz2/download",
"compression": "bzip2"
},
{
"filename": "frr4.0-vm0.1.qcow2",
"version": "FRR4.0 - VM0.1",
@ -31,6 +40,12 @@
}
],
"versions": [
{
"name": "FRR6.0 - VM0.2",
"images": {
"hda_disk_image": "frr6.0-vm0.2.qcow2"
}
},
{
"name": "FRR4.0 - VM0.1",
"images": {

View File

@ -1,7 +1,7 @@
{
"name": "HPE VSR1001",
"category": "router",
"description": "The HP VSR1000 Virtual Services Router Series is a software application, running on a server, which provides functionality similar to that of a physical router: robust routing between networked devices using a number of popular routing protocols. It also delivers the critical network services associated with today's enterprise routers such as VPN gateway, firewall and other security and traffic management functions.\n\nThe virtual services router (VSR) application runs on a hypervqcor on the server, and supports VMware vSphere and Linux KVM hypervqcors. From one to eight virtual CPUs are supported, depending on license.\n\nBecause the VSR1000 Series application runs the same HP Comware version 7 operating system as HP switches and routers, it enables significant operational savings. And being virtual, additional agility and ease of deployment is realized, as resources on the VSR can be dynamically allocated and upgraded upon demand as performance requirements grow.\n\nA variety of deployment models are supported including enterprise branch CPE routing, and cloud offload for small to medium workloads.",
"description": "The HPE VSR1000 Virtual Services Router Series is a software application, running on a server, which provides functionality similar to that of a physical router: robust routing between networked devices using a number of popular routing protocols. It also delivers the critical network services associated with today's enterprise routers such as VPN gateway, firewall and other security and traffic management functions.\n\nThe virtual services router (VSR) application runs on a hypervqcor on the server, and supports VMware vSphere and Linux KVM hypervqcors. From one to eight virtual CPUs are supported, depending on license.\n\nBecause the VSR1000 Series application runs the same HPE Comware version 7 operating system as HPE switches and routers, it enables significant operational savings. And being virtual, additional agility and ease of deployment is realized, as resources on the VSR can be dynamically allocated and upgraded upon demand as performance requirements grow.\n\nA variety of deployment models are supported including enterprise branch CPE routing, and cloud offload for small to medium workloads.",
"vendor_name": "HPE",
"vendor_url": "http://www.hpe.com",
"documentation_url": "https://support.hpe.com/hpesc/public/home/documentHome?document_type=135&sp4ts.oid=5195141",
@ -24,6 +24,13 @@
"options": "-machine type=pc-1.0"
},
"images": [
{
"filename": "VSR1000_HPE-CMW710-E0519L03-X64.qco",
"version": "7.10.E0519L03",
"md5sum": "83e23d27e7c3ef7ce813e6aad31d74f7",
"filesize": 202047488,
"download_url": "https://h10145.www1.hpe.com/Downloads/DownloadSoftware.aspx?SoftwareReleaseUId=23726&ProductNumber=JG811AAE&lang=en&cc=us&prodSeriesId=5443163&SaidNumber="
},
{
"filename": "VSR1000_HPE-CMW710-R0327L01-X64.qco",
"version": "7.10.R0327L01",
@ -82,6 +89,12 @@
}
],
"versions": [
{
"name": "7.10.E0519L03",
"images": {
"hda_disk_image": "VSR1000_HPE-CMW710-E0519L03-X64.qco"
}
},
{
"name": "7.10.R0327L01",
"images": {

View File

@ -24,6 +24,15 @@
"kvm": "allow"
},
"images": [
{
"filename": "ipfire-2.21.2gb-ext4.x86_64-full-core124.img",
"version": "2.21.124",
"md5sum": "970a5cafaa0cb4cfbf42772f41d24932",
"filesize": 1541160960,
"download_url": "http://www.ipfire.org/download",
"direct_download_url": "https://downloads.ipfire.org/releases/ipfire-2.x/2.21-core124/ipfire-2.21.2gb-ext4.x86_64-full-core124.img.xz",
"compression": "xz"
},
{
"filename": "ipfire-2.19.1gb-ext4-scon.x86_64-full-core119.img",
"version": "2.19.119",
@ -80,6 +89,12 @@
}
],
"versions": [
{
"name": "2.21.124",
"images": {
"hda_disk_image": "ipfire-2.21.2gb-ext4.x86_64-full-core124.img"
}
},
{
"name": "2.19.119",
"images": {

View File

@ -21,12 +21,20 @@
},
"images": [
{
"filename": "kali-linux-2018.3-amd64.iso",
"version": "2018.3",
"md5sum": "6dc3e57177249f73492b9edb95d082d1",
"filesize": 3188391936,
"filename": "kali-linux-2018.4-amd64.iso",
"version": "2018.4",
"md5sum": "1b2d598bb8d2003e6207c119c0ba42fe",
"filesize": 3139436544,
"download_url": "https://www.kali.org/downloads/",
"direct_download_url": "http://cdimage.kali.org/kali-2018.3/kali-linux-2018.3-amd64.iso"
"direct_download_url": "http://cdimage.kali.org/kali-2018.4/kali-linux-2018.4-amd64.iso"
},
{
"filename": "kali-linux-2018.3a-amd64.iso",
"version": "2018.3a",
"md5sum": "2da675d016bd690c05e180e33aa98b94",
"filesize": 3192651776,
"download_url": "https://www.kali.org/downloads/",
"direct_download_url": "http://cdimage.kali.org/kali-2018.3a/kali-linux-2018.3a-amd64.iso"
},
{
"filename": "kali-linux-2018.1-amd64.iso",
@ -87,11 +95,18 @@
],
"versions": [
{
"name": "2018.3",
"name": "2018.4",
"images": {
"cdrom_image": "kali-linux-2018.3-amd64.iso"
"cdrom_image": "kali-linux-2018.4-amd64.iso"
}
}, {
},
{
"name": "2018.3a",
"images": {
"cdrom_image": "kali-linux-2018.3a-amd64.iso"
}
},
{
"name": "2018.1",
"images": {
"cdrom_image": "kali-linux-2018.1-amd64.iso"

View File

@ -26,6 +26,13 @@
"options": "-smp 2"
},
"images": [
{
"filename": "LoadMaster-VLM-7.2.44.0.16685.RELEASE-Linux-KVM-XEN-FREE.disk",
"version": "7.2.44.0",
"md5sum": "90d2f84fcabe0ba530c84cf12fab87f1",
"filesize": 17179869185,
"download_url": "http://freeloadbalancer.com/download/"
},
{
"filename": "LoadMaster-VLM-7.2.40.0.15707.RELEASE-Linux-KVM-XEN-FREE.disk",
"version": "7.2.40.0",
@ -63,6 +70,12 @@
}
],
"versions": [
{
"name": "7.2.44.0",
"images": {
"hda_disk_image": "LoadMaster-VLM-7.2.44.0.16685.RELEASE-Linux-KVM-XEN-FREE.disk"
}
},
{
"name": "7.2.40.0",
"images": {

View File

@ -24,6 +24,14 @@
"kvm": "require"
},
"images": [
{
"filename": "kerio-connect-appliance-9.2.7-4225-p3-vmware-amd64-disk1.vmdk",
"version": "9.2.7p3",
"md5sum": "12950c8244300f1d86c85c109f0b3413",
"filesize": 914165248,
"download_url": "http://www.kerio.com/support/kerio-connect",
"direct_download_url": "http://cdn.kerio.com/dwn/connect/connect-9.2.7-4225/kerio-connect-appliance-9.2.7-4225-p3-vmware-amd64-disk1.vmdk"
},
{
"filename": "kerio-connect-appliance-9.2.6-3851-p1-vmware-amd64-disk1.vmdk",
"version": "9.2.6p1",
@ -75,6 +83,12 @@
}
],
"versions": [
{
"name": "9.2.7p3",
"images": {
"hda_disk_image": "kerio-connect-appliance-9.2.7-4225-p3-vmware-amd64-disk1.vmdk"
}
},
{
"name": "9.2.6p1",
"images": {

View File

@ -23,6 +23,14 @@
"kvm": "require"
},
"images": [
{
"filename": "kerio-control-appliance-9.2.7-2921-vmware-disk1.vmdk",
"version": "9.2.7",
"md5sum": "d286a240be53f8dd9da5f80deb9086b0",
"filesize": 191135232,
"download_url": "http://www.kerio.com/support/kerio-control",
"direct_download_url": "http://cdn.kerio.com/dwn/control/control-9.2.7-2921/kerio-control-appliance-9.2.7-2921-vmware-disk1.vmdk"
},
{
"filename": "kerio-control-appliance-9.2.5-2641-p5-vmware-disk1.vmdk",
"version": "9.2.5p5",
@ -71,6 +79,12 @@
"direct_download_url": "http://cdn.kerio.com/dwn/control/control-9.1.4-1535/kerio-control-appliance-9.1.4-1535-vmware.vmdk" }
],
"versions": [
{
"name": "9.2.7",
"images": {
"hda_disk_image": "kerio-control-appliance-9.2.7-2921-vmware-disk1.vmdk"
}
},
{
"name": "9.2.5p5",
"images": {

View File

@ -24,6 +24,14 @@
"kvm": "require"
},
"images": [
{
"filename": "kerio-operator-appliance-2.6.4-9320-vmware-disk1.vmdk",
"version": "2.6.4",
"md5sum": "3823565dbc96069dc556158ebbbfb977",
"filesize": 307840512,
"download_url": "http://www.kerio.com/support/kerio-operator",
"direct_download_url": "http://cdn.kerio.com/dwn/operator/operator-2.6.4-9320/kerio-operator-appliance-2.6.4-9320-vmware-disk1.vmdk"
},
{
"filename": "kerio-operator-appliance-2.6.2-9085-vmware-disk1.vmdk",
"version": "2.6.2",
@ -74,6 +82,12 @@
}
],
"versions": [
{
"name": "2.6.4",
"images": {
"hda_disk_image": "kerio-operator-appliance-2.6.4-9320-vmware-disk1.vmdk"
}
},
{
"name": "2.6.2",
"images": {

View File

@ -1,97 +0,0 @@
{
"name": "LEDE",
"category": "router",
"description": "LEDE is a highly extensible GNU/Linux distribution for embedded devices (typically wireless routers). Unlike many other distributions for these routers, OpenWrt is built from the ground up to be a full-featured, easily modifiable operating system for your router. In practice, this means that you can have all the features you need with none of the bloat, powered by a Linux kernel that's more recent than most other distributions.",
"vendor_name": "LEDE Project",
"vendor_url": "https://lede-project.org/",
"documentation_url": "http://wiki.openwrt.org/doc/",
"product_name": "LEDE",
"product_url": "https://lede-project.org/",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Ethernet0 is the LAN link, Ethernet1 the WAN link.",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 2,
"ram": 64,
"arch": "i386",
"console_type": "telnet",
"kvm": "allow"
},
"images": [
{
"filename": "lede-17.01.4-x86-generic-combined-squashfs.img",
"version": "17.01.4",
"md5sum": "ae5d8d3fcab109565fe337d28e51c4b4",
"filesize": 19779546,
"download_url": "https://downloads.lede-project.org/releases/17.01.4/targets/x86/generic/",
"direct_download_url": "https://downloads.lede-project.org/releases/17.01.4/targets/x86/generic/lede-17.01.4-x86-generic-combined-squashfs.img"
},
{
"filename": "lede-17.01.3-x86-generic-combined-squashfs.img",
"version": "17.01.3",
"md5sum": "d315fc638160a9aec0966d58828bfccf",
"filesize": 19775618,
"download_url": "https://downloads.lede-project.org/releases/17.01.3/targets/x86/generic/",
"direct_download_url": "https://downloads.lede-project.org/releases/17.01.3/targets/x86/generic/lede-17.01.3-x86-generic-combined-squashfs.img"
},
{
"filename": "lede-17.01.2-x86-generic-combined-squashfs.img",
"version": "17.01.2",
"md5sum": "a466e493ef12935dad5e0c622b1a7859",
"filesize": 19774794,
"download_url": "https://downloads.lede-project.org/releases/17.01.2/targets/x86/generic/",
"direct_download_url": "https://downloads.lede-project.org/releases/17.01.2/targets/x86/generic/lede-17.01.2-x86-generic-combined-squashfs.img"
},
{
"filename": "lede-17.01.1-x86-generic-combined-squashfs.img",
"version": "17.01.1",
"md5sum": "b050e734c605a34a429389c752ae7c30",
"filesize": 19771166,
"download_url": "https://downloads.lede-project.org/releases/17.01.1/targets/x86/generic/",
"direct_download_url": "https://downloads.lede-project.org/releases/17.01.1/targets/x86/generic/lede-17.01.1-x86-generic-combined-squashfs.img"
},
{
"filename": "lede-17.01.0-r3205-59508e3-x86-generic-combined-squashfs.img",
"version": "17.01.0",
"md5sum": "3c5e068d50a377d4e26b548ab1ca7b1e",
"filesize": 19755118,
"download_url": "https://downloads.lede-project.org/releases/17.01.0/targets/x86/generic/",
"direct_download_url": "https://downloads.lede-project.org/releases/17.01.0/targets/x86/generic/lede-17.01.0-r3205-59508e3-x86-generic-combined-squashfs.img"
}
],
"versions": [
{
"name": "lede 17.01.4",
"images": {
"hda_disk_image": "lede-17.01.4-x86-generic-combined-squashfs.img"
}
},
{
"name": "lede 17.01.3",
"images": {
"hda_disk_image": "lede-17.01.3-x86-generic-combined-squashfs.img"
}
},
{
"name": "lede 17.01.2",
"images": {
"hda_disk_image": "lede-17.01.2-x86-generic-combined-squashfs.img"
}
},
{
"name": "lede 17.01.1",
"images": {
"hda_disk_image": "lede-17.01.1-x86-generic-combined-squashfs.img"
}
},
{
"name": "lede 17.01.0",
"images": {
"hda_disk_image": "lede-17.01.0-r3205-59508e3-x86-generic-combined-squashfs.img"
}
}
]
}

View File

@ -27,26 +27,17 @@
},
"images": [
{
"filename": "chr-6.42.12.img",
"version": "6.42",
"md5sum": "8485c606eb38e629fb1f5356d31bbc86",
"filesize": 45537201,
"filename": "chr-6.43.8.img",
"version": "6.43.8",
"md5sum": "9437133fc7e77779dc3ff62b98f30dc2",
"filesize": 134217728,
"download_url": "http://www.mikrotik.com/download",
"direct_download_url": "https://download2.mikrotik.com/routeros/6.42.12/chr-6.42.12.img.zip",
"compression": "zip"
},
{
"filename": "chr-6.44.img",
"version": "6.44",
"md5sum": "86fdf9f0093b4e8f9e7b1c8019fb37b5",
"filesize": 33621035,
"download_url": "http://www.mikrotik.com/download",
"direct_download_url": "https://download2.mikrotik.com/routeros/6.44/chr-6.44.img.zip",
"direct_download_url": "https://download2.mikrotik.com/routeros/6.43.8/chr-6.43.8.img.zip",
"compression": "zip"
},
{
"filename": "chr-6.42.9.img",
"version": "6.42",
"version": "6.42.9",
"md5sum": "1f856978cfc3ceb4b5e18e4e079f2e32",
"filesize": 134217728,
"download_url": "http://www.mikrotik.com/download",
@ -289,18 +280,12 @@
}
],
"versions": [
{
"name": "6.44",
"images": {
"hda_disk_image": "chr-6.44.img"
}
},
{
"name": "6.42.12",
"images": {
"hda_disk_image": "chr-6.42.12.img"
}
},
{
"name": "6.43.8",
"images": {
"hda_disk_image": "chr-6.43.8.img"
}
},
{
"name": "6.42.9",
"images": {

46
appliances/mininet.gns3a Normal file
View File

@ -0,0 +1,46 @@
{
"category": "guest",
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"description": "Mininet creates a realistic virtual network, running real kernel, switch and application code, on a single machine (VM, cloud or native), in seconds, with a single command.",
"product_name": "Mininet",
"registry_version": 4,
"product_url": "http://mininet.org/",
"documentation_url": "http://mininet.org/walkthrough/",
"first_port_name": "eth0",
"usage": "Username: mininet\nPassword: mininet",
"port_name_format": "eth{0}",
"vendor_name": "Mininet Team",
"qemu": {
"adapters": 1,
"adapter_type": "virtio-net-pci",
"arch": "x86_64",
"ram": 2048,
"console_type": "vnc",
"hda_disk_interface": "virtio",
"kvm": "allow"
},
"availability": "free",
"vendor_url": "http://mininet.org/",
"name": "Mininet",
"images": [
{
"filename": "mininet-vm-x86_64.vmdk",
"version": "2.2.2",
"md5sum": "a683441642300bdaf37b8e614de85342",
"filesize": 2047868928,
"download_url": "https://github.com/mininet/mininet/releases/",
"direct_download_url": "https://github.com/mininet/mininet/releases/download/2.2.2/mininet-2.2.2-170321-ubuntu-14.04.4-server-amd64.zip",
"compression": "zip"
}
],
"versions": [
{
"images": {
"hda_disk_image": "mininet-vm-x86_64.vmdk"
},
"name": "2.2.2"
}
]
}

View File

@ -25,6 +25,13 @@
"kvm": "require"
},
"images": [
{
"filename": "op5-Monitor-Virtual-Appliance-7.4.10.x86_64-disk1.vmdk",
"version": "7.4.10",
"md5sum": "48ec6d7ee3809d9ed705a089c679e076",
"filesize": 1111941120,
"download_url": "https://www.op5.com/download/"
},
{
"filename": "op5-Monitor-Virtual-Appliance-7.3.15.x86_64.vmdk",
"version": "7.3.15",
@ -34,6 +41,12 @@
}
],
"versions": [
{
"name": "7.4.10",
"images": {
"hda_disk_image": "op5-Monitor-Virtual-Appliance-7.4.10.x86_64-disk1.vmdk"
}
},
{
"name": "7.3.15",
"images": {

View File

@ -11,31 +11,76 @@
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Ethernet0 is the LAN link, Ethernet1 the WAN link.",
"usage": "Ethernet0 is the LAN link, Ethernet1 the WAN link, Ethernet2 and Ethernet3 are optional links.",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 2,
"adapters": 4,
"ram": 64,
"arch": "i386",
"arch": "x86_64",
"console_type": "telnet",
"kvm": "allow"
},
"images": [
{
"filename": "openwrt-15.05.1-x86-kvm_guest-combined-ext4.img",
"filename": "openwrt-18.06.2-x86-64-combined-ext4.img",
"version": "18.06.2",
"md5sum": "d112cd432bf51e2ddadbf9513f272fd9",
"filesize": 285736960,
"download_url": "https://downloads.openwrt.org/releases/18.06.2/targets/x86/64/",
"direct_download_url": "https://downloads.openwrt.org/releases/18.06.2/targets/x86/64/openwrt-18.06.2-x86-64-combined-ext4.img.gz",
"compression": "gzip"
},
{
"filename": "openwrt-18.06.1-x86-64-combined-ext4.img",
"version": "18.06.1",
"md5sum": "3e2da47c5c2496b6df364a60ded8f40a",
"filesize": 285736960,
"download_url": "https://downloads.openwrt.org/releases/18.06.1/targets/x86/64/",
"direct_download_url": "https://downloads.openwrt.org/releases/18.06.1/targets/x86/64/openwrt-18.06.1-x86-64-combined-ext4.img.gz",
"compression": "gzip"
},
{
"filename": "lede-17.01.6-x86-64-combined-ext4.img",
"version": "17.01.6",
"md5sum": "015c0d5038ddd469fbdabce7eb5265dc",
"filesize": 285736960,
"download_url": "https://downloads.openwrt.org/releases/17.01.6/targets/x86/64/",
"direct_download_url": "https://downloads.openwrt.org/releases/17.01.6/targets/x86/64/lede-17.01.6-x86-64-combined-ext4.img.gz",
"compression": "gzip"
},
{
"filename": "openwrt-15.05.1-x86-64-combined-ext4.img",
"version": "15.05.1",
"md5sum": "d02f5224b7fbe929efa4d3f10f4dc996",
"md5sum": "307d8cdb11faeb1b5e27fe55078bd152",
"filesize": 55050240,
"download_url": "http://downloads.openwrt.org/chaos_calmer/15.05.1/x86/kvm_guest/",
"direct_download_url": "https://downloads.openwrt.org/chaos_calmer/15.05.1/x86/kvm_guest/openwrt-15.05.1-x86-kvm_guest-combined-ext4.img.gz",
"download_url": "http://archive.openwrt.org/chaos_calmer/15.05.1/x86/64/",
"direct_download_url": "http://archive.openwrt.org/chaos_calmer/15.05.1/x86/64/openwrt-15.05.1-x86-64-combined-ext4.img.gz",
"compression": "gzip"
}
],
"versions": [
{
"name": "Chaos Calmer 15.05.1",
"name": "openwrt 18.06.2",
"images": {
"hda_disk_image": "openwrt-15.05.1-x86-kvm_guest-combined-ext4.img"
"hda_disk_image": "openwrt-18.06.2-x86-64-combined-ext4.img"
}
},
{
"name": "openwrt 18.06.1",
"images": {
"hda_disk_image": "openwrt-18.06.1-x86-64-combined-ext4.img"
}
},
{
"name": "openwrt/lede 17.01.6",
"images": {
"hda_disk_image": "lede-17.01.6-x86-64-combined-ext4.img"
}
},
{
"name": "openwrt 15.05.1",
"images": {
"hda_disk_image": "openwrt-15.05.1-x86-64-combined-ext4.img"
}
}
]

View File

@ -22,6 +22,15 @@
"kvm": "require"
},
"images": [
{
"filename": "PacketFenceZEN_USB-8.1.0.img",
"version": "8.1.0",
"md5sum": "f326f0e70b35d598c8b84ee3fc9c611f",
"filesize": 3221225472,
"download_url": "https://packetfence.org/download.html#/zen",
"direct_download_url": "https://sourceforge.net/projects/packetfence/files/PacketFence%20ZEN/8.1.0/PacketFenceZEN_USB-8.1.0.tar.bz2/download",
"compression": "bzip2"
},
{
"filename": "PacketFenceZEN_USB-7.4.0.img",
"version": "7.4.0",
@ -105,6 +114,12 @@
}
],
"versions": [
{
"name": "8.1.0",
"images": {
"hda_disk_image": "PacketFenceZEN_USB-8.1.0.img"
}
},
{
"name": "7.4.0",
"images": {

View File

@ -0,0 +1,53 @@
{
"name": "ParrotOS",
"category": "guest",
"description": " Parrot is a GNU/Linux distribution based on Debian Testing and designed with Security, Development and Privacy in mind. It includes a full portable laboratory for security and digital forensics experts, but it also includes all you need to develop your own software or protect your privacy while surfing the net.",
"vendor_name": "Parrot Project",
"vendor_url": "https://parrotsec.org/",
"documentation_url": "https://docs.parrotsec.org/doku.php",
"product_name": "ParrotOS",
"product_url": "https://parrotsec.org/",
"registry_version": 3,
"status": "stable",
"maintainer": "Brent Stewart",
"maintainer_email": "brent@stewart.tc",
"usage": "Passwords are set during installation.",
"symbol": "parrotlogo.png",
"qemu": {
"adapter_type": "e1000",
"adapters": 1,
"ram": 2048,
"arch": "x86_64",
"console_type": "vnc",
"kvm": "require"
},
"images": [
{
"filename": "Parrot-security-3.11_amd64.iso",
"version": "Security Build 3.11",
"md5sum": "71c94474fb474f682da0844d95f0040b",
"filesize": 3788668928,
"download_url": "https://www.parrotsec.org/download.fx",
"direct_download_url": "https://www.parrotsec.org/download-full.fx"
},
{
"filename": "empty30G.qcow2",
"version": "1.0",
"md5sum": "3411a599e822f2ac6be560a26405821a",
"filesize": 197120,
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%30disk/",
"direct_download_url": "http://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download"
}
],
"versions": [
{
"name": "Security Build 3.11",
"images": {
"hda_disk_image": "empty30G.qcow2",
"cdrom_image": "Parrot-security-3.11_amd64.iso"
}
}
]
}

View File

@ -2,51 +2,50 @@
"name": "pfSense",
"category": "firewall",
"description": "The pfSense project is a free network firewall distribution, based on the FreeBSD operating system with a custom kernel and including third party free software packages for additional functionality. pfSense software, with the help of the package system, is able to provide the same functionality or more of common commercial firewalls, without any of the artificial limitations. It has successfully replaced every big name commercial firewall you can imagine in numerous installations around the world, including Check Point, Cisco PIX, Cisco ASA, Juniper, Sonicwall, Netgear, Watchguard, Astaro, and more.",
"vendor_name": "Electric Sheep Fencing LLC",
"vendor_name": "Rubicon Communications, LLC (Netgate)",
"vendor_url": "https://www.pfsense.org",
"documentation_url": "https://doc.pfsense.org/index.php/Main_Page",
"product_name": "pfSense",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"maintainer": "Jose Phillips",
"maintainer_email": "jose@latinol.com",
"usage": "Credentials: admin / pfsense\nTo install pfSense use all the defaults settings.\n\nNote:The default LAN port is em1.",
"port_name_format": "em{0}",
"qemu": {
"adapter_type": "e1000",
"adapters": 6,
"ram": 2048,
"arch": "x86_64",
"console_type": "telnet",
"console_type": "vnc",
"hda_disk_interface": "virtio",
"kvm": "allow",
"process_priority": "normal"
},
"images": [
{
"filename": "pfSense-CE-memstick-2.4.3-RELEASE-amd64.img",
"version": "2.4.3",
"md5sum": "b754d7e75dece5e756b6539c95714a74",
"filesize": 650392576,
"filename": "pfSense-CE-2.4.4-RELEASE-amd64.iso",
"version": "2.4.4",
"md5sum": "71386433238f96fc167d14cec9c708c6",
"filesize": 685557760,
"download_url": "https://www.pfsense.org/download/mirror.php?section=downloads"
},
{
"filename": "pfSense-CE-2.3.5-RELEASE-2g-amd64-nanobsd.img",
"version": "2.3.5",
"md5sum": "b6cb76adba3e1113892f84ea01894228",
"filesize": 1989969408,
"download_url": "https://www.pfsense.org/download/mirror.php?section=downloads"
"filename": "empty100G.qcow2",
"version": "1.0",
"md5sum": "1e6409a4523ada212dea2ebc50e50a65",
"filesize": 197120,
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty100G.qcow2/download"
}
],
"versions": [
{
"name": "2.4.3",
"name": "2.4.4",
"images": {
"hda_disk_image": "pfSense-CE-memstick-2.4.3-RELEASE-amd64.img"
}
},
{
"name": "2.3.5",
"images": {
"hda_disk_image": "pfSense-CE-2.3.5-RELEASE-2g-amd64-nanobsd.img"
"hda_disk_image": "empty100G.qcow2",
"cdrom_image": "pfSense-CE-2.4.4-RELEASE-amd64.iso"
}
}
]

View File

@ -24,6 +24,14 @@
"kvm": "require"
},
"images": [
{
"filename": "proxmox-mailgateway_5.1-1.iso",
"version": "5.1-1",
"md5sum": "e629d5ff3213ff3ffbe5a8ab8ef87489",
"filesize": 724660224,
"download_url": "http://www.proxmox.com/en/downloads",
"direct_download_url": "https://www.proxmox.com/en/downloads?task=callelement&format=raw&item_id=415&element=f85c494b-2b32-4109-b8c1-083cca2b7db6&method=download&args[0]=7348486df9daacc8bd891a1d7ef1e5cb"
},
{
"filename": "proxmox-mailgateway_4.1-5.iso",
"version": "4.1-5",
@ -42,6 +50,13 @@
}
],
"versions": [
{
"name": "5.1-1",
"images": {
"hda_disk_image": "empty30G.qcow2",
"cdrom_image": "proxmox-mailgateway_5.1-1.iso"
}
},
{
"name": "4.1-5",
"images": {

View File

@ -22,12 +22,20 @@
"kvm": "allow"
},
"images": [
{
"filename": "securityonion-16.04.5.3.iso",
"version": "16.04.5.3",
"md5sum": "886b369548c9c3841bc820cc3ab02bd9",
"filesize": 1895825408,
"download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/",
"direct_download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/download/v16.04.5.3_20181010/securityonion-16.04.5.3.iso"
},
{
"filename": "securityonion-14.04.5.4.iso",
"version": "14.04.5.4",
"md5sum": "9c7cab756b675beb10de4274a3ad3bc6",
"filesize": 1874853888,
"download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.4_20171031/securityonion-14.04.5.4.iso",
"download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/",
"direct_download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.4_20171031/securityonion-14.04.5.4.iso"
},
{
@ -35,7 +43,7 @@
"version": "14.04.5.3",
"md5sum": "fb80ccb2d3c0f3f511823fa5858f87d1",
"filesize": 1889533952,
"download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.4_20171031/securityonion-14.04.5.3.iso",
"download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/",
"direct_download_url": "https://github.com/Security-Onion-Solutions/security-onion/releases/download/v14.04.5.4_20171031/securityonion-14.04.5.3.iso"
},
{
@ -49,6 +57,13 @@
],
"versions": [
{
"name": "16.04.5.3",
"images": {
"hda_disk_image": "empty30G.qcow2",
"cdrom_image": "securityonion-16.04.5.3.iso"
}
},
{
"name": "14.04.5.4",
"images": {

View File

@ -24,6 +24,13 @@
"kvm": "require"
},
"images": [
{
"filename": "VI-SIVOS_03.01.2.KVM-009-PRIMARY.qcow2",
"version": "3.1.2",
"md5sum": "62551f70f71e08283d3a23929321eba9",
"filesize": 644218880,
"download_url": "https://secure2.sophos.com/en-us/products/next-gen-firewall/free-trial.aspx"
},
{
"filename": "VI-SIVOS_02.00.0_MR-2.KVM-776-PRIMARY.qcow2",
"version": "2.0.0 MR2",
@ -32,7 +39,7 @@
"download_url": "https://secure2.sophos.com/en-us/products/next-gen-firewall/free-trial.aspx"
},
{
"filename": "VI-SIVOS_02.00.0_MR-2.KVM-776-AUXILARY.qcow2",
"filename": "VI-SIVOS-AUXILARY.qcow2",
"version": "2.0.0 MR2",
"md5sum": "a52d8cedb1ccd4b5b9f2723dfb41588b",
"filesize": 204800,
@ -40,11 +47,18 @@
}
],
"versions": [
{
"name": "3.1.2",
"images": {
"hda_disk_image": "VI-SIVOS_03.01.2.KVM-009-PRIMARY.qcow2",
"hdb_disk_image": "VI-SIVOS-AUXILARY.qcow2"
}
},
{
"name": "2.0.0 MR2",
"images": {
"hda_disk_image": "VI-SIVOS_02.00.0_MR-2.KVM-776-PRIMARY.qcow2",
"hdb_disk_image": "VI-SIVOS_02.00.0_MR-2.KVM-776-AUXILARY.qcow2"
"hdb_disk_image": "VI-SIVOS-AUXILARY.qcow2"
}
}
]

View File

@ -24,6 +24,13 @@
"kvm": "allow"
},
"images": [
{
"filename": "asg-9.510-5.1.iso",
"version": "9.510-5.1",
"md5sum": "ae21f96686f238c25941fd3240c7da5b",
"filesize": 871266304,
"download_url": "https://www.sophos.com/en-us/support/utm-downloads.aspx"
},
{
"filename": "asg-9.506-2.1.iso",
"version": "9.506-2.1",
@ -139,6 +146,13 @@
}
],
"versions": [
{
"name": "9.510-5.1",
"images": {
"hda_disk_image": "empty30G.qcow2",
"cdrom_image": "asg-9.510-5.1.iso"
}
},
{
"name": "9.506-2.1",
"images": {

View File

@ -23,6 +23,20 @@
"kvm": "require"
},
"images": [
{
"filename": "VI-17.1.3_MR-3.KVM-250-PRIMARY.qcow2",
"version": "17.1.3 MR3",
"md5sum": "f11c4f63656bcdacbd27c44c52416941",
"filesize": 298844160,
"download_url": "https://secure2.sophos.com/en-us/products/next-gen-firewall/free-trial.aspx"
},
{
"filename": "VI-17.1.3_MR-3.KVM-250-AUXILARY.qcow2",
"version": "17.1.3 MR3",
"md5sum": "fbea59f7aa81f305bea78c86f82dc3a6",
"filesize": 59441152,
"download_url": "https://secure2.sophos.com/en-us/products/next-gen-firewall/free-trial.aspx"
},
{
"filename": "VI-SFOS_17.0.2_MR-2.KVM-116-PRIMARY.qcow2",
"version": "17.0.2 MR2",
@ -32,7 +46,7 @@
},
{
"filename": "VI-SFOS_17.0.2_MR-2.KVM-116-AUXILARY.qcow2",
"version": "16.05.1 MR1",
"version": "17.0.2 MR2",
"md5sum": "c3ef795423dbfc01771348b0daa75125",
"filesize": 59441152,
"download_url": "https://secure2.sophos.com/en-us/products/next-gen-firewall/free-trial.aspx"
@ -46,7 +60,7 @@
},
{
"filename": "VI-SFOS_16.05.4_MR-4.KVM-215-AUXILARY.qcow2",
"version": "16.05.1 MR1",
"version": "16.05.4 MR4",
"md5sum": "cafac2d997a3ead087d5823b86ce6cb4",
"filesize": 59441152,
"download_url": "https://secure2.sophos.com/en-us/products/next-gen-firewall/free-trial.aspx"
@ -109,6 +123,13 @@
}
],
"versions": [
{
"name": "17.1.3 MR3",
"images": {
"hda_disk_image": "VI-17.1.3_MR-3.KVM-250-PRIMARY.qcow2",
"hdb_disk_image": "VI-17.1.3_MR-3.KVM-250-AUXILARY.qcow2"
}
},
{
"name": "17.0.2 MR2",
"images": {

View File

@ -13,7 +13,7 @@
"usage": "For security reasons there are no default passwords. All passwords are set at system initialization time.",
"docker": {
"adapters": 1,
"image": "turnkeylinux/wordpress-14.2:latest",
"image": "turnkeylinux/wordpress:latest",
"console_type": "telnet"
}
}

View File

@ -24,6 +24,20 @@
"kvm": "allow"
},
"images": [
{
"filename": "untangle_1410_x64.iso",
"version": "14.1.0",
"md5sum": "49bb09e4796f225f482ca1d9c93de66b",
"filesize": 682622976,
"download_url": "https://www.untangle.com/get-untangle/"
},
{
"filename": "untangle_1401_x64.iso",
"version": "14.0.1",
"md5sum": "d9c01afd8bf4b5dfdc40c22aa3b2fd98",
"filesize": 680525824,
"download_url": "https://www.untangle.com/get-untangle/"
},
{
"filename": "untangle_1321_x64.iso",
"version": "13.2.1",
@ -104,6 +118,20 @@
}
],
"versions": [
{
"name": "14.1.0",
"images": {
"hda_disk_image": "empty30G.qcow2",
"cdrom_image": "untangle_1410_x64.iso"
}
},
{
"name": "14.0.1",
"images": {
"hda_disk_image": "empty30G.qcow2",
"cdrom_image": "untangle_1401_x64.iso"
}
},
{
"name": "13.2.1",
"images": {

46
appliances/vpp.gns3a Normal file
View File

@ -0,0 +1,46 @@
{
"name": "VPP",
"category": "router",
"description": "Vector Packet Processing (VPP) platform",
"vendor_name": "FD.IO VPP router",
"vendor_url": "https://fd.io/",
"documentation_url": "https://fd.io/resources/",
"product_name": "VPP",
"registry_version": 4,
"status": "experimental",
"availability": "free",
"maintainer": "Virginijus Magelinskas",
"maintainer_email": "virginijus.m@gmail.com",
"usage": "Login: root , pass: vpp. This appliance requires >2 vCPUs and 4GB of RAM to run",
"port_name_format": "eth{0}",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 5,
"ram": 4096,
"hda_disk_interface": "ide",
"arch": "x86_64",
"console_type": "telnet",
"boot_priority": "c",
"kvm": "require",
"options": "-nographic -cpu host -smp 2"
},
"images": [
{
"filename": "vpp_public-18.10-07.qcow2",
"version": "0.7",
"md5sum": "3e962985e5bbda0de4dc7893e60f6366",
"filesize": 2065825792,
"direct_download_url": "https://sigaba.net/vpp/vpp_public-18.10-07.qcow2"
}
],
"versions": [
{
"name": "18.10-07",
"images": {
"hda_disk_image": "vpp_public-18.10-07.qcow2"
}
}
]
}

View File

@ -24,6 +24,14 @@
"kvm": "require"
},
"images": [
{
"filename": "zentyal-6.0-development-amd64.iso",
"version": "6.0",
"md5sum": "e1765d2c4d86debc9d9cbab2b7a8adbd",
"filesize": 895483904,
"download_url": "http://download.zentyal.com/",
"direct_download_url": "http://download.zentyal.com/zentyal-6.0-development-amd64.iso"
},
{
"filename": "zentyal-5.1-development-amd64.iso",
"version": "5.1",
@ -82,6 +90,13 @@
}
],
"versions": [
{
"name": "6.0",
"images": {
"hda_disk_image": "empty100G.qcow2",
"cdrom_image": "zentyal-6.0-development-amd64.iso"
}
},
{
"name": "5.1",
"images": {

View File

@ -16,10 +16,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import jsonschema
import json
import sys
import shutil
import subprocess
import jsonschema
from picture import get_size
SCHEMA_VERSIONS = [3, 4, 5]
@ -97,12 +99,24 @@ def check_packer(packer):
json.load(f)
def image_get_height(filename):
with open(filename, 'rb') as image_file:
image_data = image_file.read()
width, height, filetype = get_size(image_data)
return height
use_imagemagick = shutil.which("identify")
def check_symbol(symbol):
licence_file = os.path.join('symbols', symbol.replace('.svg', '.txt'))
if not os.path.exists(licence_file):
print("Missing licence {} for {}".format(licence_file, symbol))
sys.exit(1)
height = int(subprocess.check_output(['identify', '-format', '%h', os.path.join('symbols', symbol)], shell=False))
if use_imagemagick:
height = int(subprocess.check_output(['identify', '-format', '%h', os.path.join('symbols', symbol)], shell=False))
else:
height = image_get_height(os.path.join('symbols', symbol))
if height > 70:
print("Symbol height of {} is too big {} > 70".format(symbol, height))
sys.exit(1)

153
picture.py Normal file
View File

@ -0,0 +1,153 @@
#!/usr/bin/env python
#
# Copyright (C) 2016 GNS3 Technologies Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import re
import io
import struct
from xml.etree.ElementTree import ElementTree, ParseError
def get_size(data, default_width=0, default_height=0):
"""
Get image size
:param data: A buffer with image content
:return: Tuple (width, height, filetype)
"""
height = default_height
width = default_width
filetype = None
# Original version:
# https://github.com/shibukawa/imagesize_py
#
# The MIT License (MIT)
#
# Copyright © 2016 Yoshiki Shibukawa
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
size = len(data)
# handle GIFs
if size >= 10 and data[:6] in (b'GIF87a', b'GIF89a'):
# Check to see if content_type is correct
try:
width, height = struct.unpack("<hh", data[6:10])
filetype = "gif"
except struct.error:
raise ValueError("Invalid GIF file")
# see png edition spec bytes are below chunk length then and finally the
elif size >= 24 and data.startswith(b'\211PNG\r\n\032\n') and data[12:16] == b'IHDR':
try:
width, height = struct.unpack(">LL", data[16:24])
filetype = "png"
except struct.error:
raise ValueError("Invalid PNG file")
# Maybe this is for an older PNG version.
elif size >= 16 and data.startswith(b'\211PNG\r\n\032\n'):
# Check to see if we have the right content type
try:
width, height = struct.unpack(">LL", data[8:16])
filetype = "png"
except struct.error:
raise ValueError("Invalid PNG file")
# handle JPEGs
elif size >= 2 and data.startswith(b'\377\330'):
try:
# Not very efficient to copy data to a buffer
fhandle = io.BytesIO(data)
size = 2
ftype = 0
while not 0xc0 <= ftype <= 0xcf:
fhandle.seek(size, 1)
byte = fhandle.read(1)
while ord(byte) == 0xff:
byte = fhandle.read(1)
ftype = ord(byte)
size = struct.unpack('>H', fhandle.read(2))[0] - 2
# We are at a SOFn block
fhandle.seek(1, 1) # Skip `precision' byte.
height, width = struct.unpack('>HH', fhandle.read(4))
filetype = "jpg"
except struct.error:
raise ValueError("Invalid JPEG file")
# End of https://github.com/shibukawa/imagesize_py
# handle SVG
elif size >= 10 and data.startswith(b'<?xml'):
filetype = "svg"
fhandle = io.BytesIO(data)
tree = ElementTree()
try:
tree.parse(fhandle)
except ParseError:
raise ValueError("Invalid SVG file")
root = tree.getroot()
try:
width_attr = root.attrib.get("width", "100%")
height_attr = root.attrib.get("height", "100%")
if width_attr.endswith("%") or height_attr.endswith("%"):
# check to viewBox attribute if width or height value is a percentage
viewbox = root.attrib.get("viewBox")
if not viewbox:
raise ValueError("Invalid SVG file: missing viewBox attribute")
_, _, viewbox_width, viewbox_height = re.split(r'[\s,]+', viewbox)
if width_attr.endswith("%"):
width = _svg_convert_size(viewbox_width, width_attr)
else:
width = _svg_convert_size(width_attr)
if height_attr.endswith("%"):
height = _svg_convert_size(viewbox_height, height_attr)
else:
height = _svg_convert_size(height_attr)
except (AttributeError, IndexError) as e:
raise ValueError("Invalid SVG file: {}".format(e))
return width, height, filetype
def _svg_convert_size(size, percent=None):
"""
Convert svg size to the px version
:param size: String with the size
:param percent: String with the percentage, None = 100%
"""
# https://www.w3.org/TR/SVG/coords.html#Units
conversion_table = {
"pt": 1.25,
"pc": 15,
"mm": 3.543307,
"cm": 35.43307,
"in": 90,
"px": 1
}
factor = 1.0
if len(size) >= 3:
if size[-2:] in conversion_table:
factor = conversion_table[size[-2:]]
size = size[:-2]
if percent:
factor *= float(percent.rstrip("%")) / 100.0
return round(float(size) * factor)

BIN
symbols/parrotlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB