https://github.com/noraj/dcdetector
Spot all domain controllers in a Microsoft Active Directory environment. Find computer name, FQDN, and IP address(es) of all DCs.
https://github.com/noraj/dcdetector
active-directory domain-controller
Last synced: about 1 year ago
JSON representation
Spot all domain controllers in a Microsoft Active Directory environment. Find computer name, FQDN, and IP address(es) of all DCs.
- Host: GitHub
- URL: https://github.com/noraj/dcdetector
- Owner: noraj
- License: mit
- Archived: true
- Created: 2023-01-31T18:55:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T17:29:21.000Z (about 2 years ago)
- Last Synced: 2025-04-12T05:38:46.339Z (about 1 year ago)
- Topics: active-directory, domain-controller
- Language: Ruby
- Homepage: https://noraj.github.io/DCDetector/
- Size: 134 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED. DC Detector features have been implemented in [AD Assault](https://github.com/noraj/ADAssault) CLI command `dns find_dcs` and library class `ADAssault::DNS::FindDCs`. Please use AD Assault now.
---
# DC Detector
[](https://badge.fury.io/rb/dcdetector)

[](https://github.com/noraj/dcdetector/network)
[](https://github.com/noraj/dcdetector/stargazers)
[](https://github.com/noraj/dcdetector/blob/master/LICENSE)
[](https://inventory.raw.pm/tools.html#DC%20Detector)
[](https://repology.org/project/dcdetector/versions)

> Spot all domain controllers in a Microsoft Active Directory environment.
**CLI**
`dcd -d za.tryhackme.com -s 10.200.28.101`

**Library**

## Features
- CLI and library
- Find computer name, FQDN, and IP address(es) of all DCs
## Installation
```plaintext
$ gem install dcdetector
```
Check the [installation](https://noraj.github.io/DCDetector/yard/file.Installation.html) page on the documentation to discover more methods.
## Documentation
Documentation:
- [Homepage](https://noraj.github.io/dcdetector/)
- [Usage](https://noraj.github.io/DCDetector/yard/file.Usage.html)
## Author
Made by Alexandre ZANNI ([@noraj](https://pwn.by/noraj/)).