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.58k stars 329 forks source link

Question Re Agent Execution #45

Closed securityhawk closed 6 years ago

securityhawk commented 6 years ago

Hi Guys

I have successfully deployed my first agent on my lab, it has got to "Executed Mimikatz' and is not progressing.

The question is do I leave it or has this finished the processes it has and needs to be terminated?

Thanks

Phil

utkusen commented 6 years ago

It also happens to me. That's why I'm runnig deathstar with a timeout in case it's stuck. For example timeout 300 python3 deathstar.py this will terminate deathstar after 300 seconds

securityhawk commented 6 years ago

Ahhh ok thanks @utkusen