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

Add Command to Installation on README #69

Closed ghost closed 3 years ago

ghost commented 5 years ago

You should add: cd DeathStar/ to your installation instructions.

ghost commented 5 years ago

Can anyone make sense of this error message? ['explorer', '688', 'x64', 'DESKTOP\Test', 'Admin', '74.51', 'MB'] Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() File "./DeathStar.py", line 59, in run self.run_backup() File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 865, in run self._target(*self._args, **self._kwargs) File "./DeathStar.py", line 641, in pwn_the_shit_out_of_everything for process in tasklist(agent_name, process='explorer'): File "./DeathStar.py", line 440, in tasklist raise RuntimeError: No active exception to reraise