guardicore/monkey

In domain networks, query domain to scan machines in domain

Open

#191 geöffnet am 7. Okt. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Python (752 Forks)batch import
Complexity: MediumFeatureHelp wantedImpact: Medium

Repository-Metriken

Stars
 (6.250 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Expected Behavior

The Monkey should have a feature (with a toggle) to query the domain controller and get a list of domain joined machines to try and attack. Since the Monkey in this case would be running in a domain machine, the credentials stolen by mimikatz will likely be valid for other domain joined machines.

We could get the data using WMI queries we're already running or by running PowerShell commands

Contributor Guide