You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
┌─[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
The text was updated successfully, but these errors were encountered:
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
4. ./setup/checkout-latest-tag.sh
5. ./ps-empire install -y
Anything else?
this always happened in every version of empire
The text was updated successfully, but these errors were encountered: