{"id":24532856,"url":"https://github.com/the-viper-one/activedirectoryattacktool","last_synced_at":"2025-09-12T05:38:53.063Z","repository":{"id":37394360,"uuid":"477106832","full_name":"The-Viper-One/ActiveDirectoryAttackTool","owner":"The-Viper-One","description":"ADAT is a small tool used to assist CTF players and Penetration testers with easy commands to run against an Active Directory Domain Controller. This tool is is best utilized using a set of known credentials against the host.","archived":false,"fork":false,"pushed_at":"2023-04-19T16:22:50.000Z","size":717,"stargazers_count":95,"open_issues_count":1,"forks_count":24,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T20:42:41.403Z","etag":null,"topics":["active-directory","ctf","htb","oscp","penetration-testing-tools","red-team","security-tools","tryhackme"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/The-Viper-One.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-04-02T16:15:56.000Z","updated_at":"2025-04-12T06:40:43.000Z","dependencies_parsed_at":"2025-04-14T20:34:42.553Z","dependency_job_id":"157da63d-22d3-4339-9af0-6fed081abf8f","html_url":"https://github.com/The-Viper-One/ActiveDirectoryAttackTool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/The-Viper-One/ActiveDirectoryAttackTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FActiveDirectoryAttackTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FActiveDirectoryAttackTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FActiveDirectoryAttackTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FActiveDirectoryAttackTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-Viper-One","download_url":"https://codeload.github.com/The-Viper-One/ActiveDirectoryAttackTool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FActiveDirectoryAttackTool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274759115,"owners_count":25343872,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","ctf","htb","oscp","penetration-testing-tools","red-team","security-tools","tryhackme"],"created_at":"2025-01-22T10:18:34.659Z","updated_at":"2025-09-12T05:38:53.004Z","avatar_url":"https://github.com/The-Viper-One.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ActiveDirectoryAttackTool\n\n\nActiveDirectoryAttackTool (ADAT) tool is used to assist CTF players and Penetration testers with helpful commands to run against an Active Directory Domain Controller. This tool is best utilized using a set of known working credentials against the host.\n\u003cbr/\u003e\n\n# Usage: General\n\nStandard usage\n```\nbash ADAT.sh -u ViperOne -p Password123 -t 10.10.10.100 -d Security.local\n```\n\u003cbr/\u003e\n\nUsage with LDAP base search\n```\nbash ADAT.sh -u ViperOne -p Password123 -t 10.10.10.100 -d Security.local -l \"DC=Security,DC=Local\"\n```\n\u003cbr/\u003e\n\nUsage with GitHub for script repositories (Target system has internet access)\n```\nbash ADAT.sh -u ViperOne -p Password123 -t 10.10.10.100 -d Security.local\n```\n\u003cbr/\u003e\n\n# Usage: Systems with no internet access\nIf the system you are testing has no internet access or is a CTF machine, ADAT will download the required GitHub repositories to your attacking system. Ensure you specify the ```-L``` parameter and set both the LocalIP and LocalPort variables within the script to that of your attacking system.\n```\nbash ADAT.sh -u ViperOne -p Password123 -t 10.10.10.100 -d Security.local -L\n```\nADAT will run a http python3 server on the attacking system using the LocalIP and LocalPort parameters.\n\n\u003cbr/\u003e\n\n# Usage: Standalone Windows Systems\n\nUsage for non domain joined systems, whilst not officially supported by ADAT, many of the commands can be run against a standalone Windows system.\n```\nbash ADAT.sh -u ViperOne -p Password123 -t 10.10.10.100 -d . -L\nbash ADAT.sh -u ViperOne -p Password123 -t 10.10.10.100 -d WORKGROUP -L\n```\n\u003cbr/\u003e\n\n# Usage: Null Mode\n\nNull mode is useful for when you do not have any valid usernames or credentials to run against the target Domain Controller.\n```\nbash ADAT.sh -t 10.10.10.100 -d Security.local -N\n```\n\u003cbr/\u003e\n\n# Supported Protocols\nSome of the protocols ADAT prints out commands for:\n\n- DNS\n- Kerberos\n- LDAP\n- MSSQL\n- NTP\n- RDP\n- SMB\n- WinRM\n\u003cbr/\u003e\n\n# Supported Tools\nSome of the tools ADAT prints out commands for:\n\n- BloodHound\n- Crackmapexec (Including modules and PowerShell commands)\n- Impacket toolset\n- Metasploit\n- Nmap\n- ldapdomaindump\n- ldapsearch\n- pywerview\n- xfreerdp\n\u003cbr/\u003e\n\n\nADAT produces commands for both external and internal usage.\n\u003cbr/\u003e\n\n\n# Examples\n\n![image](https://user-images.githubusercontent.com/68926315/174434219-1a0df5a1-4805-4712-9b3b-8f7bcd9e3996.png)\n![image](https://user-images.githubusercontent.com/68926315/174434159-33cd1e39-7ffa-4ca4-821e-3c0b196312aa.png)\n\u003cbr/\u003e\n\u003cbr/\u003e\n![image](https://user-images.githubusercontent.com/68926315/174434192-43a4cf19-174f-41a8-922e-a84b80fbd4a1.png)\n![image](https://user-images.githubusercontent.com/68926315/174434203-25e472d5-39f4-4024-acfc-19d2a83d2ca3.png)\n\n# OSCP\n\nADAT is OSCP friendly, the commands it prints out might not be. Please be cautious about what commands and scripts invoke before running in an exam environment.\n\n# Disclaimer\n\nThe resulting commands printed by ADAT should only be used within an authorized envionment. The author is not responsible for any damages caused.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-viper-one%2Factivedirectoryattacktool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-viper-one%2Factivedirectoryattacktool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-viper-one%2Factivedirectoryattacktool/lists"}