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

Invalid Syntax Error line 373 #27

Closed wbbigdave closed 6 years ago

wbbigdave commented 6 years ago

I am having an issue running this on a Centos box running python 2.7. When I try to run it I get an invalid syntax error on line 373

username, domain, *_

Apparently the *_ is invalid. I recently pulled the latest code as I was sure something was not working correctly in the older version.

mepher commented 6 years ago

Hi,

DeathStar.py needs python3, the first lines are:

#! /usr/bin/env python3 # Copyright (c) 2017-2018 byt3bl33d3r

wbbigdave commented 6 years ago

Is it possible to put this in the Readme.md? I was running this on Centos and it's more of a pain to install Python 3, I switched to a Ubuntu installation which handles multiple python versions better.

On Thu, 21 Sep 2017 at 11:06 mepher notifications@github.com wrote:

Hi,

DeathStar.py needs python3, the first lines are:

#! /usr/bin/env python3 Copyright (c) 2017-2018 byt3bl33d3r

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/byt3bl33d3r/DeathStar/issues/27#issuecomment-331112752, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKdjsViQlE57-R_O2tiWAh9OkHvEp4cks5skjU7gaJpZM4PaRuA .

-- Regards,

Luke

byt3bl33d3r commented 6 years ago

I'll put a badge in the Readme to make it more obvious.

Thanks