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

running deathstar on nethunter, empire starts but deathstar fails #22

Closed ghostdog3993 closed 6 years ago

ghostdog3993 commented 7 years ago

as i said in title empire starts, but deathstar fails.. screenshot_2017-07-12-02-04-13 1 any clue or can i provide other information?

Bry-fi commented 6 years ago

Try rerunning and reinstalling with python3 and pip3

pip3 install -r requirements.txt

python Death*

byt3bl33d3r commented 6 years ago

@ghostdog3993 Deathstar is written in python 3. You're using pip2 to install it which is for Python 2. Running pip3 install -r requirements.txt should solve this.