Git Product home page Git Product logo

Comments (13)

n8tr0n avatar n8tr0n commented on May 30, 2024 1

ok. I installed python 3.5.3 in a virtual environment using pipenv. Ran Deathstar in that context. The error didn't occur. listeners were being created in empire. So, I think the issue is with the python 3 version installed in Kali.

from deathstar.

ohpe avatar ohpe commented on May 30, 2024 1

That's true, there's something wrong in the python3 in Kali.
However, using the virtualenv trick it fixes the problem:

cd ~/Tools/DeathStar
virtualenv -p python3 deathstar_env
source deathstar_env/bin/activate
pip3 install -r requirements.txt

from deathstar.

byt3bl33d3r avatar byt3bl33d3r commented on May 30, 2024

I'll spin up a kali instance and check this out now. Hang tight

from deathstar.

byt3bl33d3r avatar byt3bl33d3r commented on May 30, 2024

There seems to be an issue with the Python requests library on Kali not wanting to negotiate TLSv < 1.2.
I submitted a PR here EmpireProject/Empire#712, should be merged soon hopefully.

Thanks

from deathstar.

dinvisible1 avatar dinvisible1 commented on May 30, 2024

any update on this? i think i have the same issue, by the way great work with Deathstar as well as you're other stuff im a follower of your blog!

from deathstar.

kofx2002 avatar kofx2002 commented on May 30, 2024

i have the same issue
[*] Powering up the Death Star
[-] Connection Error. Check Empire RESTful API

from deathstar.

DanMcInerney avatar DanMcInerney commented on May 30, 2024

Solution:
cd Empire/
git reset --hard 2677363e508c81834b27c31ae534a5474d37eda5
pip3 install pyopenssl

from deathstar.

ohpe avatar ohpe commented on May 30, 2024

@DanMcInerney your solution doesn't work for me.

from deathstar.

nem0n avatar nem0n commented on May 30, 2024

Same problem in here too with Kali

from deathstar.

kofx2002 avatar kofx2002 commented on May 30, 2024

still the same problem

from deathstar.

n8tr0n avatar n8tr0n commented on May 30, 2024

I was able to get this working in Debian "stretch" so I compared the python 3 versions and noticed the discrepancy.

from deathstar.

ohpe avatar ohpe commented on May 30, 2024

@OneDollarr that's because the empire password is different from Password123. Reset the db and set that password or use -p "yourempirepwd"

from deathstar.

byt3bl33d3r avatar byt3bl33d3r commented on May 30, 2024

Closing since this was merged.

from deathstar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.