Security & Pentesting
โ
1.1k
Go
projectdiscovery/pdtm
1.1k
Stars
93
Forks
4
Issues
Go
Language
PDTM is ProjectDiscovery's open-source tool manager for installing, updating, and managing their security toolkit. Unified CLI to manage nuclei, httpx, naabu, dnsx, subfinder, and other ProjectDiscovery tools. Downloads released binaries for supported platforms, manages PATH variables, and provides self-updating capability. Essential utility for penetration testers using the ProjectDiscovery ecosystem.
View on GitHub
git clone https://github.com/projectdiscovery/pdtm.git
Quick Start Example
bash
# Install pdtm
go install github.com/projectdiscovery/pdtm/cmd/pdtm@latest
# Install all PD tools
pdtm -install-all
# Install specific tool
pdtm -install nuclei
# Update all tools
pdtm -update-all