Empire icon indicating copy to clipboard operation
Empire copied to clipboard

[BUG] Empire after installation error

Open ARJUN0601 opened this issue 9 months ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Empire Version

5.10.2

Python Version

Python 3.11.2

Operating System

Parrot OS

Database

MySQL

Current Behavior

┌─[root@parrot]─[/home/drevello/Desktop/tools/Empire] └──╼ #./ps-empire server Traceback (most recent call last): File "/home/drevello/Desktop/tools/Empire/empire.py", line 11, in import empire.server.server as server File "/home/drevello/Desktop/tools/Empire/empire/server/server.py", line 13, in import urllib3 ModuleNotFoundError: No module named 'urllib3' ┌─[✗]─[root@parrot]─[/home/drevello/Desktop/tools/Empire] └──╼ #

Expected Behavior

i expected it shouldnt show any error and run smoothly

Steps To Reproduce

1.Install Parrot Os update it by adding kali linux repo in sources.list.d along with key 2.git clone --recursive https://github.com/BC-SECURITY/Empire.git 3.cd Empire 4. ./setup/checkout-latest-tag.sh 5. ./ps-empire install -y

Anything else?

this always happened in every version of empire

ARJUN0601 avatar May 22 '24 18:05 ARJUN0601