View Issue Details

IDProjectCategoryView StatusLast Update
0009814Kali LinuxNew Tool Requestspublic2026-08-03 04:28
Reporterplunder.pentesttool Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009814: Plunder: A tool for searching the local filesystem and directories for leaked clear text passwords.
Description

[Name]
Plunder

[Version]
v1.0.0

[Homepage]
https://github.com/plunder-pentesttool/plunder

[Download]
https://github.com/plunder-pentesttool/plunder/releases/tag/v1.0.0

[Author]
Plunder Pentest Tool

[Licence]
MIT License

[Description]
Plunder is an open-source Python 3 penetration testing utility designed to assist security professionals and ethical hackers during reconnaissance and target analysis. It processes local text files and applies density-based clustering (DBSCAN) for searching the local filesystem and directories for leaked clear text passwords, thus helping prioritize findings and reduce manual analysis. The project is intended for authorized security assessments and educational purposes.

[Dependencies]

  • Python 3
  • NumPy
  • scikit-learn

Python packages:

  • numpy
  • scikit-learn

[Similar tools]

  • TruffleHog

[Activity]
Project started in 2026 and is actively maintained with ongoing development, bug fixes, and feature additions.

[How to install]

  1. Download the v1.0.0 release from GitHub.
  2. Install the required dependencies:
    pip install numpy scikit-learn
  3. Run the tool:
    python3 plunder.py "directory name". Or '.' for current working directory.

[How to use]
Basic usage:
python3 plunder.py "directory name". Or '.' for current working directory.

[Packaged]
No. Plunder is currently distributed through its GitHub repository and has not yet been packaged for Debian.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-08-03 04:28 plunder.pentesttool New Issue