Using Pipeleek with Proxies
Pipeleek supports routing all HTTP/HTTPS traffic through a proxy server. This is useful for:
- Traffic interception: Analyze API calls with tools like Burp Suite or mitmproxy
- Internal network access: Connect to internal GitLab/Gitea/... instances through SOCKS5 proxies
Proxy Configuration
Pipeleek uses the standard HTTP_PROXY environment variable for proxy configuration.
SOCKS5 can be used as well.
Ignoring Proxy Configuration
In some environments, HTTP_PROXY may be set system-wide but you don't want Pipeleek to use it. Use the --ignore-proxy flag to bypass proxy detection:
TLS/SSL
Pipeleek automatically skips TLS certificate verification (required for self signed certificates).