diff --git a/workspaces/Neovim/workspace.json b/workspaces/Neovim/workspace.json index 7c913ba..7246af0 100644 --- a/workspaces/Neovim/workspace.json +++ b/workspaces/Neovim/workspace.json @@ -26,5 +26,5 @@ "compatibility": [ "1.14.x" ], - "uncompressed_size_mb": 4600 + "uncompressed_size_mb": 4660 } \ No newline at end of file diff --git a/workspaces/OSINT/osint.png b/workspaces/OSINT/osint.png new file mode 100644 index 0000000..c7e4925 Binary files /dev/null and b/workspaces/OSINT/osint.png differ diff --git a/workspaces/OSINT/workspace.json b/workspaces/OSINT/workspace.json new file mode 100644 index 0000000..e1fd864 --- /dev/null +++ b/workspaces/OSINT/workspace.json @@ -0,0 +1,29 @@ +{ + "description": "Open Source Intelligence reconnaissance tool, forensics and link analyzer", + "docker_registry": "https://index.docker.io/v1/", + "image_src": "osint.png", + "name": "doctorwhen/kasm:osint", + "friendly_name": "Open-Source Intelligence", + "cores": 2, + "memory": 2768, + "gpu_count": 0, + "cpu_allocation_method": "Inherit", + "run_config": { "hostname": "kasm-osint", "ports": { "5001/tcp": 5001 } }, + "exec_config": { + "first_launch": { + "user":"root", + "cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" + } + }, + "categories": [ + "Security", + "Browser" + ], + "architecture": [ + "amd64" + ], + "compatibility": [ + "1.14.x" + ], + "uncompressed_size_mb": 3900 +} \ No newline at end of file