# JackOfMostTrades/gadgetinspector

A byte code analyzer for finding deserialization gadget chains in Java applications

Repository: https://github.com/JackOfMostTrades/gadgetinspector
Canonical: https://ross.abutalabs.com/products/gadgetinspector
Language: Java
License: MIT
License Family: permissive
Last push: 2021-06-15T22:37:41+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2946, "days_push": 1905, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1090, forks 230 (observed 2026-08-28T04:03:32.808953+00:00)

## What it is
A Java bytecode analyzer that automatically discovers deserialization gadget chains in Java libraries and application classpaths. It produces a list of potential gadget chains that penetration testers and security engineers can use to exploit or assess the impact of Java deserialization vulnerabilities.

## Use cases
- find deserialization gadget chains in java jars
- analyze a war file for java deserialization vulnerabilities
- discover exploit chains in commons-collections
- assess impact of a java deserialization vulnerability
- statically scan java classpath for dangerous gadget chains
- prioritize remediation of insecure java deserialization

## When to choose
- you need to automatically discover deserialization gadget chains in Java bytecode
- you are a penetration tester building exploits for Java deserialization flaws
- you are a security engineer assessing which libraries enable deserialization attacks

## When to avoid
- you need a maintained tool with active development and tests
- you are scanning non-Java applications
- you have limited memory since analysis is memory-intensive and unoptimized

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, vulnerability-scanning, penetration-testing, parser, developer-tools
- domain: security, penetration-testing, developer-tools, reverse-engineering
- platform: jvm, cli, cross-platform
- tags: java-bytecode-analysis, deserialization, gadget-chains, exploit-discovery, static-analysis

## Member repositories
- JackOfMostTrades/gadgetinspector (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:32.808953+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:49:11.264936+00:00, confidence not recorded.
  - readme: https://github.com/JackOfMostTrades/gadgetinspector (fetched 2026-08-28T04:03:32.808953+00:00, sha 0b513a890f4d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
