# siyujie/OkHttpLogger-Frida

Frida 实现拦截okhttp的脚本

Repository: https://github.com/siyujie/OkHttpLogger-Frida
Canonical: https://ross.abutalabs.com/products/okhttplogger-frida
Language: JavaScript
License Family: other
Last push: 2020-11-30T09:20:50+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2197, "days_push": 2102, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1166, forks 294 (observed 2026-08-28T04:03:50.337661+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: reverse-engineering, security, developer-tools, http-client
- domain: security, reverse-engineering, android-tools, developer-tools
- platform: cli
- tags: frida, okhttp, hooking, network-interception, android, penetration-testing, traffic-capture, javascript

## Member repositories
- siyujie/OkHttpLogger-Frida (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:50.337661+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:29:18.590780+00:00, confidence not recorded.
  - readme: https://github.com/siyujie/OkHttpLogger-Frida (fetched 2026-08-28T04:03:50.337661+00:00, sha 1969509e7738)
- Data as of 2026-08-30T08:39:29.467469+00:00.
