Skip to content

Commit

Permalink
Add Spiderfoot workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 21, 2023
1 parent 207639e commit f07c66e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Binary file added workspaces/Spiderfoot/spiderfoot.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/Spiderfoot/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"description": "SpiderFoot is a reconnaissance tool that automatically queries public data sources to gather intelligence",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "spiderfoot.png",
"name": "doctorwhen/kasm:spiderfoot",
"friendly_name": "SpiderFoot",
"cores": 2,
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"run_config": { "hostname": "kasm-spiderfoot", "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": 3330
}

0 comments on commit f07c66e

Please sign in to comment.