wyzxxz/heapdump_tool
heapdump敏感信息查询工具,例如查找 spring heapdump中的密码明文,AK,SK等 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1853
- days_rel: n/a
- days_push: 834
- n_releases_24m: 0
Adoption not part of the score
1457 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java-based CLI tool that parses JVM heapdump files (via jhat) to search for sensitive information such as plaintext passwords, cloud access keys (AK/SK), Shiro keys, URLs, IPs, and file paths. It is primarily used by security professionals to verify Spring Boot actuator heapdump leaks during authorized assessments.
Use cases
- extract plaintext passwords from a spring boot heapdump file
- find access key and secret key leaks in heap dumps
- search heapdump for shiro rememberme keys
- query heap dump for urls ips and file paths
- analyze actuator heapdump leak during pentest
- search java heap dump with regex or keyword
- dump system properties from a heapdump file
When to choose
- you have an authorized engagement involving exposed Spring actuator heapdump endpoints
- you need to quickly search large JVM heap dumps for credentials, keys, or configuration secrets
- you want an interactive keyword/regex/class-based query interface over heap dump objects
When to avoid
- you need general-purpose heap dump analysis or profiling rather than secret hunting (use Eclipse MAT or VisualVM)
- you cannot install a JDK with jhat available on the machine
- you lack authorization to analyze the heap dump
Facets
cli-tool · maturity maintenance
security search-engine parser developer-tools security penetration-testing developer-tools cli cross-platform jvm heapdump jhat sensitive-information spring-actuator shiro security-audit credential-extraction java
1 source
- readme: https://github.com/wyzxxz/heapdump_tool · fetched 2026-08-28 · 286a630aab61
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wyzxxz/heapdump_tool | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="wyzxxz/heapdump_tool")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem