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

n =+1 // n+= 1 #83

Open WhyNotPal opened 2 years ago

WhyNotPal commented 2 years ago

In deathstar/empire.py line 155 :

Change the incremental counter: n = +1 to n += 1 to actually increment.