From 943526710bf8b8629d3fd44c255cbf4a1e74a546 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 3 Nov 2021 10:36:51 +1030 Subject: [PATCH] Remove Simulator.gns3a Fixes #625 --- appliances/Simulator.gns3a | 68 -------------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 appliances/Simulator.gns3a diff --git a/appliances/Simulator.gns3a b/appliances/Simulator.gns3a deleted file mode 100644 index f59e33b..0000000 --- a/appliances/Simulator.gns3a +++ /dev/null @@ -1,68 +0,0 @@ -{ - "appliance_id": "2def5797-cb7d-429e-b85e-497ff4b81547", - "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, - "hda_disk_interface": "ide", - "arch": "x86_64", - "console_type": "vnc", - "kvm": "require" - }, - "images": [ - { - "filename": "Parrot-security-4.6_amd64.iso", - "version": "Security Build 4.6", - "md5sum": "ead812edc83119e8bcb4ee9daabdc105", - "filesize": 3788668928, - "download_url": "https://www.parrotsec.org/download-security.php", - "direct_download_url": "https://download.parrotsec.org/parrot/iso/4.6/Parrot-security-4.6_amd64.iso" - }, - { - "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": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download" - } - ], - "versions": [ - { - "name": "Security Build 4.6", - "images": { - "hda_disk_image": "empty30G.qcow2", - "cdrom_image": "Parrot-security-4.6_amd64.iso" - } - }, - { - "name": "Security Build 3.11", - "images": { - "hda_disk_image": "empty30G.qcow2", - "cdrom_image": "Parrot-security-3.11_amd64.iso" - } - } - ] -}