Skip to content
KitploitKITPLOIT
ИнструментыБлог
Отправить
ИнструментыБлог
Отправить

Инструменты для хакинга, пентеста и кибербезопасности — ваш арсенал защиты!

Kitploit — это каталог инструментов для хакинга, кибербезопасности и пентестинга. Находите последние обновления проектов для поиска уязвимостей, анализа систем, автоматизации тестирования и усиления вашей безопасности.

··Ленты·Контакты·Конфиденциальность·© 2026 Kitploit

Каталог инструментов

Категории

Все категории
Loading categories
ADSearch — Инструмент для выполнения запросов к AD через протокол LDAP | Kitploit
Инструменты/GitHubGitHub/tomcarver16/adsearch
РазведкаСбор информацииТестирование на ПроникновениеRed Teaming
GitHubtomcarver16/adsearch

ADSearch

Инструмент для выполнения запросов к AD через протокол LDAP

Репозиторий
6386021 год назадПроверено Kitploit

Популярное

Смотреть все →

Откройте для себя самые используемые инструменты нашего сообщества.

Изучить все инструменты

Просмотрите нашу коллекцию инструментов

Смотреть все инструменты →
Поделиться

ADSearch

Инструмент, написанный для команды execute-assembly в Cobalt Strike, который позволяет более эффективно выполнять запросы к Active Directory.

Ключевые возможности

  • Вывести всех администраторов домена
  • Пользовательский LDAP-поиск
  • Подключение к LDAPS-серверам
  • Вывод данных из AD в формате JSON
  • Получение пользовательских атрибутов из общего запроса (например, все компьютеры)

Использование

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.

Скриншоты

Отображение всех SPN

Отображение всех SPN

Отображение всех пользователей

Отображение всех пользователей

Получение пользовательских атрибутов из пользовательского поиска

Отображение результатов с пользовательскими атрибутами

Скачать инструмент