Skip to content

Commit

Permalink
Add Open-Source Intelligence workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Dec 18, 2023
1 parent f874afe commit 55c26b8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/Neovim/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 4600
"uncompressed_size_mb": 4660
}
Binary file added workspaces/OSINT/osint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions workspaces/OSINT/workspace.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 55c26b8

Please sign in to comment.