{"id":15115977,"url":"https://github.com/Leo4j/Invoke-ADEnum","last_synced_at":"2025-09-27T21:31:25.224Z","repository":{"id":156294095,"uuid":"629464726","full_name":"Leo4j/Invoke-ADEnum","owner":"Leo4j","description":"Automated Active Directory Enumeration","archived":false,"fork":false,"pushed_at":"2024-12-13T10:55:07.000Z","size":19771,"stargazers_count":421,"open_issues_count":0,"forks_count":48,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-12-13T11:32:36.523Z","etag":null,"topics":["active-directory","active-directory-audit","active-directory-enumeration","active-directory-pentest","active-directory-security","activedirectory","activedirectory-audit","activedirectoryassesssment","activedirectorysecurity","cyber-security","cyber-security-analysis","cyber-security-tools","cybersecurity","cybersecurity-audit","cybersecurity-awareness","enumeration-tool","pentest-scripts","pentesting","pentesting-tools","pentesting-windows"],"latest_commit_sha":null,"homepage":"https://github.com/Leo4j/Invoke-ADEnum","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Leo4j.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"leo4j","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-04-18T11:19:42.000Z","updated_at":"2024-12-13T10:55:12.000Z","dependencies_parsed_at":"2023-09-29T22:07:21.338Z","dependency_job_id":"d174d8e7-27d9-4286-a6cc-83a26ab53e20","html_url":"https://github.com/Leo4j/Invoke-ADEnum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leo4j%2FInvoke-ADEnum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leo4j%2FInvoke-ADEnum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leo4j%2FInvoke-ADEnum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leo4j%2FInvoke-ADEnum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leo4j","download_url":"https://codeload.github.com/Leo4j/Invoke-ADEnum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234460505,"owners_count":18836837,"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":["active-directory","active-directory-audit","active-directory-enumeration","active-directory-pentest","active-directory-security","activedirectory","activedirectory-audit","activedirectoryassesssment","activedirectorysecurity","cyber-security","cyber-security-analysis","cyber-security-tools","cybersecurity","cybersecurity-audit","cybersecurity-awareness","enumeration-tool","pentest-scripts","pentesting","pentesting-tools","pentesting-windows"],"created_at":"2024-09-26T01:44:06.633Z","updated_at":"2025-09-27T21:31:25.214Z","avatar_url":"https://github.com/Leo4j.png","language":"PowerShell","funding_links":["https://ko-fi.com/leo4j"],"categories":["PowerShell"],"sub_categories":[],"readme":"# Invoke-ADEnum\n![image](https://github.com/user-attachments/assets/e8e96a87-8d9c-4397-83fa-67d4b32712c7)\n\n\n## Active Directory Auditing and Enumeration\nInvoke-ADEnum is an auditing and enumeration tool designed to automate the collection of information from an Active Directory environment.\n\nOne of the features of Invoke-ADEnum is its ability to generate an Active Directory Audit Report in HTML format. Whether performing security assessments, compliance audits, or general Active Directory enumeration tasks, the report will provide a detailed overview of the Active Directory infrastructure in an easy-to-navigate layout.\n\nHTML Example_Report generated by Invoke-ADEnum: https://leo4j.github.io/Invoke-ADEnum/\n\n**NOTE:** By clicking on the tables' titles, you can generate and download a CSV version of the results. Additionally, you have the option to export the entire HTML report in XLSX format by clicking on \"Active Directory Audit\" at the top of the page. The XLSX export will include a separate sheet for each table of findings.\n\n**If you find Invoke-ADEnum valuable and use it in your work, please consider giving it a star. Your support motivates me to continue improving and maintaining this project**\n\n![ADEnum](https://github.com/Leo4j/Invoke-ADEnum/assets/61951374/67527c9b-330b-4437-8d4d-7b7d5742607e)\n\n## Usage\n\nLoad the script in memory:\n  \n```\niex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/Leo4j/Invoke-ADEnum/main/Invoke-ADEnum.ps1')\n```\n\nHelp page:\n\n```\nInvoke-ADEnum -Help\n```\n\nCheck your targets first, and make sure you stay in scope\n\n```\nInvoke-ADEnum -TargetsOnly\n```\n\nSpecify a single domain to enumerate and a DC to bind to\n\n```\nInvoke-ADEnum -Domain contoso.local -Server DC01.contoso.local\n```\n\nExclude out-of-scope domains\n\n```\nInvoke-ADEnum -Exclude \"contoso.local,domain.local\"\n```\n\n## Recommended Coverage\n\nLocal Admin Access, RBCD, User-Created Objects, abusable GPOs, and descriptions\n\n```\nInvoke-ADEnum -FindLocalAdminAccess -RBCD -UserCreatedObjects -GPOsRights -MoreGPOs -AllDescriptions\n```\n\n\n\n## Full Coverage\n\nRun all available checks that Invoke-ADEnum can perform. It can be very time-consuming, especially in large domains.\n\n```\nInvoke-ADEnum -AllEnum -Force\n```\n\n# Disclaimer\n\nInvoke-ADEnum is intended exclusively for research, education, and authorized testing. Its purpose is to assist professionals and researchers in identifying misconfigurations and enhancing system security. \n\nUsers must secure explicit, mutual consent from all parties involved before utilizing this tool on any system, network, or digital environment, as unauthorized activities can lead to serious legal consequences. Users are responsible for adhering to all applicable laws and regulations related to cybersecurity and digital access.\n\nThe creator of Invoke-ADEnum disclaims liability for any misuse or illicit use of the tool and is not responsible for any resulting damages or losses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeo4j%2FInvoke-ADEnum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLeo4j%2FInvoke-ADEnum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeo4j%2FInvoke-ADEnum/lists"}