Package com.shaft.capture.proxy


package com.shaft.capture.proxy
Embedded MITM HTTP(S) proxy for recording native mobile API traffic into SHAFT Capture sessions.
  • Class
    Description
    Embedded, loopback-only MITM HTTP(S) proxy for recording native mobile API traffic.
    Per-installation self-signed root certificate authority used to impersonate HTTPS hosts for mobile API capture.
    Reports a mobile API capture proxy failure (CA generation/load, proxy start/stop, or pairing) without echoing sensitive material such as certificate private keys.
    MitmManager that impersonates whatever host the mobile client is connecting to, using a fresh leaf certificate signed by a CaptureCertificateAuthority for every distinct hostname, so the proxy can terminate and inspect TLS traffic once the device trusts that CA.
    One raw HTTP(S) transaction captured by ApiCaptureProxyServer, before any redaction, classification, or session-model wrapping.