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

Error reported during recon phase #17

Closed urban-moniker closed 6 years ago

urban-moniker commented 7 years ago

Hi - I'm getting the following error during the recon phase:-

[DEBUG] Agent: 3RA65TYC => Executed Module => success: True taskID: 4 msg: 'tasked agent 3RA65TYC to run module powershell/situational_awareness/network/powerview/get_loggedon'
Exception in thread Thread-1:
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 538, in pwn_the_shit_out_of_everything
    for user in get_loggedon(agent_name):
  File "./DeathStar.py", line 373, in get_loggedon
    domain = entry.split()[1]
IndexError: list index out of range

Rgds

byt3bl33d3r commented 7 years ago

@urban-moniker hi, can you give me the raw output of the get_loggedon module? thx

byt3bl33d3r commented 7 years ago

Also can you do a git pull and try again? i'm pretty sure I addressed this in 8a32b4a6ded6d85814c85bb2d68b093bf6a0c21f

byt3bl33d3r commented 6 years ago

Closing due to inactivity