{"id":20120667,"url":"https://github.com/ancat/hypercam","last_synced_at":"2026-02-27T06:06:44.468Z","repository":{"id":59367811,"uuid":"535359112","full_name":"ancat/hypercam","owner":"ancat","description":"A tool for interacting with live processes/containers","archived":false,"fork":false,"pushed_at":"2022-09-21T02:02:14.000Z","size":15,"stargazers_count":22,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T14:37:59.006Z","etag":null,"topics":["containers","hypercam2","incident-response"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ancat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-11T16:34:46.000Z","updated_at":"2024-09-25T12:57:03.000Z","dependencies_parsed_at":"2022-09-16T09:52:11.986Z","dependency_job_id":null,"html_url":"https://github.com/ancat/hypercam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ancat/hypercam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ancat%2Fhypercam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ancat%2Fhypercam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ancat%2Fhypercam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ancat%2Fhypercam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ancat","download_url":"https://codeload.github.com/ancat/hypercam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ancat%2Fhypercam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29887018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T05:38:26.446Z","status":"ssl_error","status_checked_at":"2026-02-27T05:38:25.235Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","hypercam2","incident-response"],"created_at":"2024-11-13T19:22:07.867Z","updated_at":"2026-02-27T06:06:44.440Z","avatar_url":"https://github.com/ancat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hypercam\n\nhypercam is a tool that lets you interact with processes and containers at a lower level than most other interfaces, letting you do some neat things that would otherwise not be possible.\n\n## Features\n\n* Pause and unpause containers/processes\n* Open a live shell into paused containers, allowing you to inspect container state as is\n* Open shells (or any arbitrary program!) inside containers whose images don't come with them\n* Mount a directory into running containers to make moving files in and out easier\n* Dump strings/a hexdump of the heap and stack of any process\n\n```\n$ sudo hypercam -h\nNAME:\n   hypercam - A new cli application\n\nUSAGE:\n   hypercam [global options] command [command options] [arguments...]\n\nCOMMANDS:\n   pause    pause an entire cgroup by its pid\n   unpause  resume an entire cgroup by its pid\n   info     view open files and sockets for a given target\n   splice   splice an interactive shell into the target\n   help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h  show help (default: false)\n\n$ sudo hypercam info 4106\nnginx: master process nginx -g daemon off; (/usr/sbin/nginx) 4106\n- Open Socket: 0.0.0.0:80\u003c-\u003e0.0.0.0:0\nbash (/bin/bash) 24355\nbash (/bin/bash) 30267\nnginx: worker process (/usr/sbin/nginx) 31689\n- Open Socket: 172.17.0.2:80\u003c-\u003e151.101.117.140:52200\n- Open Socket: 0.0.0.0:80\u003c-\u003e0.0.0.0:0\n\n$ sudo hypercam pause 4106\n\n$ sudo hypercam splice 4106\nroot@nginx:/# ps aux\nUSER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND\nroot         1  0.0  0.2  10644  2808 ?        Ds   Mar16   0:00 nginx: master process nginx\nroot       284  0.0  0.0   3868     0 pts/0    Ds+  Mar16   0:00 bash\nroot      4214  0.0  0.0   3864    96 pts/1    Ds+  Sep05   0:00 bash\nnginx     4263  0.0  0.0  11100   604 ?        D    Sep05   0:00 nginx: worker process\nroot      7226  0.0  0.2   7636  2708 ?        R+   16:36   0:00 ps aux\nroot@nginx:/# etc...\nroot@nginx:/# exit\n\n$ sudo hypercam unpause 4106\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fancat%2Fhypercam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fancat%2Fhypercam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fancat%2Fhypercam/lists"}