Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
ADSearch — Ein Tool zur Unterstützung von AD-Abfragen über das LDAP-Protokoll. | Kitploit
Tools/GitHubGitHub/tomcarver16/adsearch
AufklärungInformationsbeschaffungPenetrationstestsRed Teaming
GitHubtomcarver16/adsearch

ADSearch

Ein Tool zur Unterstützung von AD-Abfragen über das LDAP-Protokoll.

Repository anzeigen
638602vor 1 JahrVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

ADSearch

Ein Tool, das für den execute-assembly-Befehl von Cobalt Strike geschrieben wurde und effizientere Abfragen von AD ermöglicht.

Hauptfunktionen

  • Alle Domänen-Admins auflisten
  • Benutzerdefinierte LDAP-Suche
  • Verbindung zu LDAPS-Servern herstellen
  • JSON-Daten aus AD-Instanzen ausgeben
  • Benutzerdefinierte Attribute aus einer generischen Abfrage abrufen (z.B. alle Computer)

Usage

root@kitploit:~
ADSearch 1.0.0.0
Copyright c  2020
USAGE:
Query Active Directory remotely or locally:
  ADSearch --domain ldap.example.com --password AdminPass1 --username admin --users

  -f, --full          If set will show all attributes for the returned item.

  -o, --output        File path to output the results to.

  --json              (Default: false) Output results in json format.

  --supress-banner    When set banner will be disabled.

  -G, --groups        Enumerate and return all groups from AD.

  -U, --users         Enumerate and return all users from AD.

  -C, --computers     Enumerate and return all computers joined to the AD.

  -S, --spns          Enumerate and return all SPNS from AD.

  --attributes        (Default: cn) Attributes to be returned from the results in csv format.

  -s, --search        Perform a custom search on the AD server.

  --domain-admins     Attempt to retreive all Domain Admin accounts.

  -u, --username      Attempts to authenticate to AD with the given username.

  -p, --password      Attempts to authenticate to AD with the given password.

  -h, --hostname      If set will attempt a remote bind to the hostname. This option requires the domain option to be set to a valid DC on the hostname. Will allow an IP address to be used as well.

  -p, --port          (Default: 636) If set will attempt a remote bind to the port based on the IP.

  -d, --domain        The domain controller we are connecting to in the FQDN format. If left blank then all other connection options are ignored and the lookups are done locally.

  --insecure          (Default: false) If set will communicate over port 389 and not use SSL

  --help              Display this help screen.

  --version           Display version information.

Screenshots

Alle SPNs anzeigen

Alle SPNs anzeigen

Alle Benutzer anzeigen

Alle Benutzer anzeigen

Benutzerdefinierte Attribute aus benutzerdefinierter Suche abrufen

Ergebnisse mit benutzerdefinierten Attributen anzeigen

Tool herunterladen