projectdiscovery/pdtm โ€” GitHub Repository Preview
Security & Pentesting โ˜… 1.1k Go

projectdiscovery/pdtm

by @projectdiscovery ยท

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.

projectdiscovery
@projectdiscovery Project maintainer on GitHub
View Profile
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

Tags

#projectdiscovery#tool-manager#pentesting#golang#cli#security-tools

Related Projects