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.
git clone https://github.com/projectdiscovery/pdtm.git
# 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