From 8fd60b9e758d4fbe0c68bc685a2337bf373cc019 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 11 Jun 2026 09:53:57 -0400 Subject: [PATCH] update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d0cb8..ce0e71b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ This repository is for a beacon object file that allos operators to query LDAP using Active Directory Web Services (ADWS). -This is still very much a work in progress +Currently it supports using the existing access token, in addition to accepting user supplied credentials. + +Big shoutout to https://github.com/ZakiPedio/BridgeHead/. Was working on my own C implementation for ADWS, but ZakiPedio released a C++ library which I used heavily when creating this C implementation that was compatible with BOFs. + +This is still very much a work in progress, i have a list of things at the bottom im looking to add. PRs welcome. ## Usage