# f0ng/autoDecoder

Burp插件，根据自定义来达到对数据包的处理（适用于加解密、爆破等），类似mitmproxy，不同点在于经过了burp中转，在自动加解密的基础上，不影响APP、网站加解密正常逻辑等。

Repository: https://github.com/f0ng/autoDecoder
Canonical: https://ross.abutalabs.com/products/autodecoder
Language: Java
License Family: other
Topics: burp-plugin, burpsuite-extender, burp
Last push: 2026-04-14T15:57:40+00:00

## Health v2 (maintenance only)
Score: 78/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 77, release rhythm 67, longevity 100
- inputs: {"age_days": 1621, "days_push": 141, "days_rel": 141, "gap_med": 86.0, "n_releases_24m": 9}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1424, forks 100 (observed 2026-08-28T04:04:41.316816+00:00)

## What it is
A Burp Suite extension (written in Java) that lets users plug in custom encryption/decryption logic so intercepted HTTP traffic can be viewed and modified in plaintext while the app's normal encrypted protocol is preserved. It supports brute-forcing encrypted parameters and includes built-in crypto recipes similar to CyberChef.

## Use cases
- decrypt encrypted request bodies in burp suite for testing
- automatically encrypt modified requests before they reach the server
- brute force parameters that are encrypted in transit
- test apps that use custom request/response encryption
- view ciphertext traffic in plaintext inside burp
- handle sm2/sm4 encrypted traffic during pentests

## When to choose
- you are pentesting a web app or API whose traffic is encrypted with custom logic
- you need to fuzz or brute-force encrypted parameters through burp
- you want mitmproxy-style transformation but inside Burp Suite

## When to avoid
- you need a general-purpose HTTP proxy outside of Burp Suite
- your target uses only standard TLS with no application-layer encryption
- you cannot write or adapt a small decryption interface/service

## Facets
- artifact type: plugin
- maturity: active
- function: security, cryptography, middleware, developer-tools
- domain: security, penetration-testing, web-development, developer-tools
- platform: jvm, cross-platform
- tags: burp-suite, burp-extension, encryption-decryption, fuzzing, brute-force, penetration-testing, traffic-interception

## Member repositories
- f0ng/autoDecoder (main) score 78

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:41.316816+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-30T04:37:35.119826+00:00, confidence not recorded.
  - readme: https://github.com/f0ng/autoDecoder (fetched 2026-08-28T04:04:41.316816+00:00, sha 6d6ea9afd8b0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
