{"id":19653593,"url":"https://github.com/sematext/uprobe-http-tracer","last_synced_at":"2026-02-08T13:05:16.293Z","repository":{"id":91371964,"uuid":"213414208","full_name":"sematext/uprobe-http-tracer","owner":"sematext","description":"uprobe-based HTTP tracer for Go binaries","archived":false,"fork":false,"pushed_at":"2020-01-23T14:53:01.000Z","size":1332,"stargazers_count":60,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T17:45:33.569Z","etag":null,"topics":["bcc","ebpf","golang","instrumentation","tracing","uprobes"],"latest_commit_sha":null,"homepage":"https://sematext.com/blog/ebpf-userland-apps/","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/sematext.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,"zenodo":null}},"created_at":"2019-10-07T15:04:01.000Z","updated_at":"2024-02-26T05:39:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"08447e1f-6275-485f-9b5b-b6a63caae5ca","html_url":"https://github.com/sematext/uprobe-http-tracer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sematext/uprobe-http-tracer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sematext%2Fuprobe-http-tracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sematext%2Fuprobe-http-tracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sematext%2Fuprobe-http-tracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sematext%2Fuprobe-http-tracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sematext","download_url":"https://codeload.github.com/sematext/uprobe-http-tracer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sematext%2Fuprobe-http-tracer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29230839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T13:05:11.762Z","status":"ssl_error","status_checked_at":"2026-02-08T13:05:10.476Z","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":["bcc","ebpf","golang","instrumentation","tracing","uprobes"],"created_at":"2024-11-11T15:14:37.465Z","updated_at":"2026-02-08T13:05:16.289Z","avatar_url":"https://github.com/sematext.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uprobe-http-tracer\n\nCaptures all the calls to `http.Get` function and grabs the full URL from the stack area. For more details head to the [blog post](https://sematext.com/blog/ebpf-userland-apps/).\n\n## Requirements\n\nTo build this tool you have to satisify the following requirements:\n- have a Linux kernel that supports uprobes\n- linux headers\n- clang\n- LLVM\n- libbcc\n- Go \u003e1.12\n\n## Usage\n\n1. Build the tool\n\n```\ngo build -o uprobe-http-tracer main.go\n```\n\n2. Write a simple program\n\n```\nvi /tmp/main.go\n\npackage main\n\nimport \"net/http\"\n\nfunc main() {\n    urls := []string{\"http://google.com\", \"http://reddit.com\", \"http://pastebin.com/tools\"}\n    for _, url := range urls {\n       http.Get(url)\n    }\n}\n\ngo build /tmp/main.go\n```\n\n3. See it in action\n\n```\nsudo ./uprobe-http-tracer --bin=/tmp/main\nPID     URL\n8274    http://google.com\n8276    http://reddit.com\n8286    http://pastebin.com/tools\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsematext%2Fuprobe-http-tracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsematext%2Fuprobe-http-tracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsematext%2Fuprobe-http-tracer/lists"}