siyujie/OkHttpLogger-Frida
Frida 实现拦截okhttp的脚本 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2197
- days_rel: n/a
- days_push: 2102
- n_releases_24m: 0
Adoption not part of the score
1166 stars · 294 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Frida script that hooks OkHttp's RealCall class in Android apps to intercept and log HTTP requests and responses, including headers and bodies. It can detect OkHttp usage even when obfuscated, and supports resending captured requests.
Use cases
- intercept http requests from an android app
- capture okhttp traffic during dynamic analysis
- hook okhttp to log request and response bodies
- resend captured api requests from an app
- detect okhttp usage in an obfuscated apk
- analyze android app network api during pentest
When to choose
- you need to inspect an Android app's HTTP traffic without a proxy
- the app uses OkHttp and you want request/response details including resends
- you are doing mobile app security testing or reverse engineering with Frida
When to avoid
- the app does not use OkHttp
- you need a general-purpose network proxy rather than Frida-based hooking
- you need a maintained tool with a license and active releases
Facets
cli-tool · maturity maintenance
reverse-engineering security developer-tools http-client security reverse-engineering android-tools developer-tools cli frida okhttp hooking network-interception android penetration-testing traffic-capture javascript
1 source
- readme: https://github.com/siyujie/OkHttpLogger-Frida · fetched 2026-08-28 · 1969509e7738
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| siyujie/OkHttpLogger-Frida | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="siyujie/OkHttpLogger-Frida")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem