[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:
[Similar tools]
[Activity]
Project started in 2026 and is actively maintained with ongoing development, bug fixes, and feature additions.
[How to install]
- Download the v1.0.0 release from GitHub.
- Install the required dependencies:
pip install numpy scikit-learn
- 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. |