{"id":15859842,"url":"https://github.com/simar7/ebpf-stuff","last_synced_at":"2026-04-24T16:36:38.327Z","repository":{"id":145549546,"uuid":"216664553","full_name":"simar7/ebpf-stuff","owner":"simar7","description":"Just a playground of eBPF things.","archived":false,"fork":false,"pushed_at":"2019-10-22T00:04:03.000Z","size":1602,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T20:40:56.093Z","etag":null,"topics":["ebpf","golang"],"latest_commit_sha":null,"homepage":null,"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/simar7.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-21T20:59:55.000Z","updated_at":"2024-06-19T11:10:20.449Z","dependencies_parsed_at":"2023-05-26T08:01:04.973Z","dependency_job_id":null,"html_url":"https://github.com/simar7/ebpf-stuff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simar7/ebpf-stuff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simar7%2Febpf-stuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simar7%2Febpf-stuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simar7%2Febpf-stuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simar7%2Febpf-stuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simar7","download_url":"https://codeload.github.com/simar7/ebpf-stuff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simar7%2Febpf-stuff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32231164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":["ebpf","golang"],"created_at":"2024-10-05T21:24:04.415Z","updated_at":"2026-04-24T16:36:38.310Z","avatar_url":"https://github.com/simar7.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ebpf-stuff\n\n### Introduction\nThis repo hosts a bunch eBPF programs with a runner `charlie` and catcher `snoopy` written in Go.\nA few examples include:\n- Running a shell inside a container\n\n### How to run?\n- Charlie: `make clean all run`\n- Snoopy (must be run as root): `sudo -E ./snoopy.bin [options]`\n\n### Sample output\n- Charlie:\n```\n$ make run\nHello, eBPF World from within a container!\n2019/10/21 23:39:22 writing file with contents:  A quick brown fox jumps over the lazy little dog.\n2019/10/21 23:39:22 file written to:  /charlie-481061718.tmp\n2019/10/21 23:39:22 reading file from:  /charlie-481061718.tmp\n2019/10/21 23:39:22 read file contents:  A quick brown fox jumps over the lazy little dog.\n2019/10/21 23:39:22 spawning a new shell within the container...\n2019/10/21 23:39:22 shell successfully spawned.\n```\n\n- Snoopy (running in execve mode, scanning for spawn of new shell to a container):\n```\n$ sudo -E ./snoopy.bin -t -l /bin/sh\nTIME(s) PCOMM            PID    PPID   RET ARGS\n2.207   sh               16254  16194    0 /bin/sh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimar7%2Febpf-stuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimar7%2Febpf-stuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimar7%2Febpf-stuff/lists"}