Zurück zu den Updates
New releaseAug 14, 2026

pdtm v0.1.4

ProjectDiscoverys Open-Source-Tool-Manager

Teilen


Open-Source-Tool-Manager von ProjectDiscovery

FunktionenInstallationVerwendungpdtm ausführenDiscord beitreten

pdtm ist ein einfaches und benutzerfreundliches, auf Go basierendes Tool zur Verwaltung von Open-Source-Projekten von ProjectDiscovery.

Funktionen

Installation

pdtm benötigt go1.24.3, um erfolgreich installiert zu werden. Führen Sie den folgenden Befehl aus, um die neueste Version zu installieren:

  1. Installation mit go install -
go install -v github.com/projectdiscovery/pdtm/cmd/pdtm@latest
  1. Installation durch Herunterladen der Binärdatei von https://github.com/projectdiscovery/pdtm/releases

Hinweise:

  • Derzeit werden Projekte durch Herunterladen des veröffentlichten Projekt-Binärs installiert. Dies bedeutet, dass Projekte nur auf den Plattformen installiert werden können, für die Binärdateien veröffentlicht wurden.
  • Der Pfad $HOME/.pdtm/go/bin wird standardmäßig zur $PATH-Variable hinzugefügt

Verwendung:

pdtm is a simple and easy-to-use golang based tool for managing open source projects from ProjectDiscovery

Usage:
  ./pdtm [flags]

Flags:
CONFIG:
   -config string            cli flag configuration file (default "$HOME/.config/pdtm/config.yaml")
   -bp, -binary-path string  custom location to download project binary (default "$HOME/.pdtm/go/bin")

INSTALL:
   -i, -install string[]   install single or multiple project by name (comma separated)
   -ia, -install-all       install all the projects
   -ip, -install-path      append path to PATH environment variables
   -igp, -install-go-path  append GOBIN/GOPATH to PATH environment variables

UPDATE:
   -u, -update string[]         update single or multiple project by name (comma separated)
   -ua, -update-all             update all the projects
   -up, -self-update            update pdtm to latest version
   -duc, -disable-update-check  disable automatic pdtm update check

REMOVE:
   -r, -remove string[]  remove single or multiple project by name (comma separated)
   -ra, -remove-all      remove all the projects
   -rp, -remove-path     remove path from PATH environment variables

DEBUG:
   -sp, -show-path          show the current binary path then exit
   -version                 show version of the project
   -v, -verbose             show verbose output
   -nc, -no-color           disable output content coloring (ANSI escape codes)
   -disable-changelog, -dc  disable release changelog in output

pdtm ausführen

$ pdtm -install-all
                ____
     ____  ____/ / /_____ ___
    / __ \/ __  / __/ __ __  \
   / /_/ / /_/ / /_/ / / / / /
  / .___/\__,_/\__/_/ /_/ /_/
 /_/                          v0.0.1

      projectdiscovery.io

[INF] Installed httpx v1.1.1
[INF] Installed nuclei v2.6.3
[INF] Installed naabu v2.6.3
[INF] Installed dnsx v2.6.3

Aufgaben

  • Unterstützung für Go-Setup + Projektinstallation aus dem Quellcode
  • Unterstützung für die Installation aus dem Quellcode als Fallback-Option

pdtm wird mit ❤️ vom projectdiscovery-Team entwickelt und unter der MIT-Lizenz vertrieben.

Join Discord

Kategorien