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

ValueError: not enough values to unpack (expected at least 2, got 1) #56

Closed DigitalCorrosion closed 3 years ago

DigitalCorrosion commented 6 years ago

I use to not get this as much but now it is quite persistent.

Exception in thread Thread-5: Traceback (most recent call last): File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "./DeathStar.py", line 59, in run self.run_backup() File "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, *self._kwargs) File "./DeathStar.py", line 620, in pwn_the_shit_out_of_everything for user in get_loggedon(agent_name): File "./DeathStar.py", line 404, in get_loggedon username, domain, _ = entry.split() ValueError: not enough values to unpack (expected at least 2, got 1)

gryhathack commented 6 years ago

I am also getting this error very often and I am using the Forked version and the Original most up to date version of Empire any fixes?

gryhathack commented 6 years ago

Also, I have /usr/lib/python3.6/threading.py so not 3.5...

byt3bl33d3r commented 5 years ago

Development on this project is at a stand still because of all the breaking changes Empire has made to it's API and modules over the past year and I don't have time to keep fixing them.

The goal is going to be to re-write this to use SILENTTRINITY, that way I have control over both projects, however that will take time as to do that I'm going to need to write a Rest-API and all of the necessary modules.

Script-Nomad commented 5 years ago

Development on this project is at a stand still because of all the breaking changes Empire has made to it's API and modules over the past year and I don't have time to keep fixing them.

The goal is going to be to re-write this to use SILENTTRINITY, that way I have control over both projects, however that will take time as to do that I'm going to need to write a Rest-API and all of the necessary modules.

Explains why I'm getting stacktraces all over the place, lol.

Might be worthwhile to put an update in the README.md that this is what is going on and make a general call for PRs to help fix the API. This tool is extremely helpful, especially when attacking a huge environment that's so easy to get lost in. I'd be willing to donate some time to helping work out the bugs if it's worthwhile and you still plan on maintaining DeathStar in the future.

Keep us posted, homie. :+1: