An open API service indexing awesome lists of open source software.

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.

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

[![Gem Version](https://badge.fury.io/rb/dcdetector.svg)](https://badge.fury.io/rb/dcdetector)
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/noraj/dcdetector)
[![GitHub forks](https://img.shields.io/github/forks/noraj/dcdetector)](https://github.com/noraj/dcdetector/network)
[![GitHub stars](https://img.shields.io/github/stars/noraj/dcdetector)](https://github.com/noraj/dcdetector/stargazers)
[![GitHub license](https://img.shields.io/github/license/noraj/dcdetector)](https://github.com/noraj/dcdetector/blob/master/LICENSE)
[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat.svg)](https://inventory.raw.pm/tools.html#DC%20Detector)

[![Packaging status](https://repology.org/badge/vertical-allrepos/dcdetector.svg)](https://repology.org/project/dcdetector/versions)

![logo](https://github.com/noraj/DCDetector/raw/master/docs/_media/logo.png)

> Spot all domain controllers in a Microsoft Active Directory environment.

**CLI**

`dcd -d za.tryhackme.com -s 10.200.28.101`

![CLI example](https://i.imgur.com/IFx0yBb.png)

**Library**

![library example](https://i.imgur.com/F3YGeKS.png)

## 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/)).