# 0xHJK/dumpall

一款信息泄漏利用工具，适用于.git/.svn/.DS_Store泄漏和目录列出

Repository: https://github.com/0xHJK/dumpall
Canonical: https://ross.abutalabs.com/products/dumpall
Homepage: https://github.com/0xHJK/dumpall
Language: Python
License: MIT
License Family: permissive
Topics: dumpall, python3, pentesting, security, hacking, tools, scanner, spider, bug-bounty, githack, svn
Last push: 2022-12-27T15:37:11+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2510, "days_push": 1345, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1579, forks 153 (observed 2026-08-28T04:05:06.742341+00:00)

## What it is
dumpall is a Python command-line tool for exploiting information disclosure vulnerabilities on web servers. It reconstructs source code from exposed .git and .svn directories, extracts file listings from .DS_Store files, and recursively downloads open directory listings using asyncio for speed.

## Use cases
- dump an exposed .git directory to recover website source code
- exploit a .svn source code leak during a pentest
- parse .DS_Store files to enumerate hidden files and directories
- download all files from an open directory listing
- find source code disclosure issues in bug bounty recon
- one tool to handle multiple classes of information leakage

## When to choose
- you have authorization and discovered .git, .svn, or .DS_Store exposure or directory listing on a target
- you want a single pip-installable CLI instead of separate git/svn/DS_Store dumper scripts
- you need fast concurrent downloads via asyncio with proxy and custom output directory support

## When to avoid
- the target has not given you permission to test - unauthorized use is illegal
- you need to download very large files, which the tool does not yet optimize
- you require WAF/bypass evasion features or support for very old SVN repositories
- you need an actively maintained tool - the last release was in 2022

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: penetration-testing, security, web-scraping
- domain: security, penetration-testing, crawlers
- platform: cli, cross-platform, python
- tags: git-leak, svn-leak, ds-store, directory-listing, source-code-disclosure, bug-bounty, gitdumper, asyncio, recon, information-disclosure

## Member repositories
- 0xHJK/dumpall (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:06.742341+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-30T03:56:38.229290+00:00, confidence not recorded.
  - readme: https://github.com/0xHJK/dumpall (fetched 2026-08-28T04:05:06.742341+00:00, sha d0e0dd48e8e0)
  - homepage: https://github.com/0xHJK/dumpall (fetched 2026-08-29T11:27:07.487603+00:00, sha aa60f88fb94c)
  - registry_pypi: https://pypi.org/pypi/dumpall/json (fetched 2026-08-29T11:27:07.491450+00:00, sha f9a57b00e191)
- Data as of 2026-08-30T08:39:29.467469+00:00.
