BC-SECURITY / Empire

Empire is a post-exploitation and adversary emulation framework that is used to aid Red Teams and Penetration Testers.
https://bc-security.gitbook.io/empire-wiki/
BSD 3-Clause "New" or "Revised" License
4.06k stars 564 forks source link

[BUG] Empire after installation error #729

Open ARJUN0601 opened 1 month ago

ARJUN0601 commented 1 month ago

Is there an existing issue for this?

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

  1. ./setup/checkout-latest-tag.sh
  2. ./ps-empire install -y

Anything else?

this always happened in every version of empire