From 9f2f0352e06f15bd1d80cbfb3248e548dfbc337c Mon Sep 17 00:00:00 2001 From: boh Date: Thu, 19 Oct 2023 20:29:59 +0200 Subject: [PATCH] added EDD --- .gitmodules | 3 +++ EDD | 1 + README.md | 2 ++ 3 files changed, 6 insertions(+) create mode 160000 EDD diff --git a/.gitmodules b/.gitmodules index 395cf34..630555a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -325,3 +325,6 @@ [submodule "KRBUACBypass"] path = KRBUACBypass url = https://github.com/wh0amitz/KRBUACBypass/ +[submodule "EDD"] + path = EDD + url = https://github.com/RedSiege/EDD diff --git a/EDD b/EDD new file mode 160000 index 0000000..ce38301 --- /dev/null +++ b/EDD @@ -0,0 +1 @@ +Subproject commit ce38301fedbe6e5326e656c02d9c63893a35aded diff --git a/README.md b/README.md index 67bf604..be653c0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ * C# and Impacket implementation of PrintNightmare CVE-2021-1675/CVE-2021-34527 * [DnsCache](https://github.com/malcomvetter/DnsCache) * This is a reference example for how to call the Windows API to enumerate cached DNS records in the Windows resolver. Proof of concept or pattern only. +* [EDD](https://github.com/RedSiege/EDD) + * Enumerate Domain Data is designed to be similar to PowerView but in .NET. * [Farmer](https://github.com/mdsecactivebreach/Farmer) * Farmer is a project for collecting NetNTLM hashes in a Windows domain. Farmer achieves this by creating a local WebDAV server that causes the WebDAV Mini Redirector to authenticate from any connecting clients. * [FreshCookees](https://github.com/P1CKLES/FreshCookees)