byt3bl33d3r / DeathStar

Uses Empire's (https://github.com/BC-SECURITY/Empire) RESTful API to automate gaining Domain and/or Enterprise Admin rights in Active Directory environments using some of the most common offensive TTPs.
GNU General Public License v3.0
1.57k stars 331 forks source link

Fails on german domains #23

Closed whoot closed 6 years ago

whoot commented 6 years ago

Hey,

DeathStar does NOT work on german systems/domains, because the Group "Domain Admins" does not exist. In german it is called "Domänen-Admins". This will result in : [+] Agent: .... => Found 0 members for the '"Domain Admins"' group: []

I tried to fix it manually, however using UTF-8 encoding and changing every occurrence of "Domain Admins" in "Domänen-Admins" in the DeathStar.py and [Empire]/* did not fix the issue, but generated the error message: Agent: .... => Error executing module 'powershell/situational_awareness/network/powerview/get_group_member': Expecting value: line 1 column 1 (char 0)

Maybe someone can help?

byt3bl33d3r commented 6 years ago

Duplicate of #18. I'll resolve this as soon as i get some time.