{"id":27648135,"url":"https://github.com/000pp/oao","last_synced_at":"2025-04-24T02:02:48.543Z","repository":{"id":157434799,"uuid":"631670552","full_name":"000pp/OAO","owner":"000pp","description":"⚙️ Operating Account Operators (OAO) is a Golang tool to interact with the LDAP protocol to manage account groups, roles, ACLs/ACEs, etc...","archived":false,"fork":false,"pushed_at":"2023-12-18T22:48:38.000Z","size":25,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T02:02:27.462Z","etag":null,"topics":["ace","acl","ad","blueteam","exploit","golang","hacking","ldap","operator","redteam","windows"],"latest_commit_sha":null,"homepage":"https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/000pp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-23T18:46:56.000Z","updated_at":"2024-08-09T04:38:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f13124b-5026-419c-ab9a-32dd02a29cfe","html_url":"https://github.com/000pp/OAO","commit_stats":null,"previous_names":["000pp/oao","oppsec/oao"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2FOAO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2FOAO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2FOAO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2FOAO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/000pp","download_url":"https://codeload.github.com/000pp/OAO/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250546068,"owners_count":21448259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ace","acl","ad","blueteam","exploit","golang","hacking","ldap","operator","redteam","windows"],"created_at":"2025-04-24T02:02:46.803Z","updated_at":"2025-04-24T02:02:48.536Z","avatar_url":"https://github.com/000pp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚙️ OAO (Operating Account Operators)\n\u003e ⚙️ Operating Account Operators (OAO) is a Golang tool to interact with the LDAP protocol to manage account groups, roles, ACLs/ACEs, etc...\n\n\u003cdiv align=\"center\"\u003e\n \u003cimg src=\"https://i.imgur.com/3hxKgOq.jpg\" width=\"850\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/oppsec/OAO?color=cyan\u0026logo=github\u0026logoColor=cyan\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/oppsec/OAO?color=cyan\u0026logo=github\u0026logoColor=cyan\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/oppsec/OAO?color=cyan\u0026label=STARS\u0026logo=github\u0026logoColor=cyan\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/oppsec/OAO?color=cyan\u0026logo=github\u0026logoColor=cyan\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/code-size/oppsec/OAO?color=cyan\u0026logo=github\u0026logoColor=cyan\u0026style=for-the-badge\"\u003e\n\u003c/p\u003e\n\n___\n\n### 🕵️ What is OAO?\n🕵️ **OAO** is a Golang tool to interact with the LDAP protocol to manage account groups, roles, ACLs/ACEs, etc... This tool has been developed and maintened by oppsec and [mezzanine](https://github.com/march0s1as)\n\n\u003cbr\u003e\n\n### ⚡ Installing / Getting started\n\nA quick guide of how to install and use OAO.\n\n```shell\n1. go install github.com/oppsec/OAO@latest\n2. OAO -u domain.local/username:password@IP -g 'Domain Admins' -m add/rem\n```\n\nYou can use `go install github.com/oppsec/OAO@latest` to update the tool\n\n\u003cbr\u003e\n\n### ⚙️ Pre-requisites\n- [Golang](https://go.dev/dl/) installed on your machine\n- An valid user on domain with LDAP access\n\n\u003cbr\u003e\n\n### ✨ Features\n- Interact direct with LDAP (not malicious)\n- Windows shell don't required\n- Extremely fast\n- Low RAM and CPU usage\n- Made in Golang\n\n\u003cbr\u003e\n\n### ⚔️ Attack Scenario \u0026 Suggestions\nFirst of all, we suggest you use this tool in combination with BloodHound to easily find exploitable paths. You can find a real attack scenario in our article we used another version to just add a specific user to a group with high privileges and use DSync attack to extract the Domain Admin NTLM hash.\n\n\u003cdiv align=\"left\"\u003e\n    \u003cimg src=\"https://i.imgur.com/1xfCaMC.png\"\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    \u003cimg src=\"https://i.imgur.com/la3e7vM.png\"\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    \u003cimg src=\"https://i.imgur.com/Y7P7HZn.png\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n### 🔨 Contributing\n\nA quick guide of how to contribute with the project.\n\n```shell\n1. Create a fork from OAO repository\n2. Download the project with git clone https://github.com/your/OAO.git\n3. cd OAO/\n4. Make your changes\n5. Commit and make a git push\n6. Open a pull request\n```\n\n\u003cbr\u003e\n\n### ⚠️ Warning\n- The developer is not responsible for any malicious use of this tool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F000pp%2Foao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F000pp%2Foao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F000pp%2Foao/lists"}