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

fix for invoke_wmi bug #39

Closed utkusen closed 6 years ago

utkusen commented 6 years ago

when "priority_targets" includes only domain controller, invoke_wmi gives "required module option missing" error since the code only spreads to non domain controller computers. I removed that condition. Now it works if the domain controller is the only target.

Related issue: https://github.com/byt3bl33d3r/DeathStar/issues/38