View Issue Details

IDProjectCategoryView StatusLast Update
0009814Kali LinuxNew Tool Requestspublic2026-08-20 10:34
Reporterplunder.pentesttool Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionwon't fix 
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

daniruiz

daniruiz

2026-08-20 10:34

manager   ~0021943

Hello,

Thanks for your submission. We can’t package every infosec tool, so we prioritize those with wider adoption and community usage.

Best of luck with your project.

Issue History

Date Modified Username Field Change
2026-08-03 04:28 plunder.pentesttool New Issue
2026-08-20 10:34 daniruiz Note Added: 0021943
2026-08-20 10:34 daniruiz Assigned To => daniruiz
2026-08-20 10:34 daniruiz Status new => closed
2026-08-20 10:34 daniruiz Resolution open => won't fix