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
pip 23.0.1 from /root/.cache/pypoetry/virtualenvs/empire-bc-security-fork-Eci4yFVd-py3.11/lib/python3.11/site-packages/pip (python 3.11)
Operating System
Parrot Security OS 6.2
Database
MySQL
Current Behavior
i was installing powershell empire from source.
but i am getting error about python-virtualenv module error
its hard to explain then showing error output
┌─[root@parrot]─[/home/drevello]
└──╼ #powershell-empire server
Traceback (most recent call last):
File "/usr/share/powershell-empire/empire.py", line 11, in
from empire.server import server
File "/usr/share/powershell-empire/empire/server/server.py", line 15, in
from empire.server.common import empire
File "/usr/share/powershell-empire/empire/server/common/empire.py", line 20, in
from empire.server.core.agent_service import AgentService
File "/usr/share/powershell-empire/empire/server/core/agent_service.py", line 12, in
from empire.server.core.agent_task_service import AgentTaskService
File "/usr/share/powershell-empire/empire/server/core/agent_task_service.py", line 23, in
from empire.server.core.listener_service import ListenerService
File "/usr/share/powershell-empire/empire/server/core/listener_service.py", line 9, in
from empire.server.core.db.base import SessionLocal
File "/usr/share/powershell-empire/empire/server/core/db/base.py", line 12, in
from empire.server.core.db.defaults import (
File "/usr/share/powershell-empire/empire/server/core/db/defaults.py", line 7, in
from passlib import pwd
File "/root/.cache/pypoetry/virtualenvs/empire-bc-security-fork-Eci4yFVd-py3.11/lib/python3.11/site-packages/passlib/pwd.py", line 16, in
import pkg_resources
File "/root/.cache/pypoetry/virtualenvs/empire-bc-security-fork-Eci4yFVd-py3.11/lib/python3.11/site-packages/pkg_resources.py", line 29, in
import symbol
ModuleNotFoundError: No module named 'symbol'
┌─[✗]─[root@parrot]─[/home/drevello]
└──╼ #
Expected Behavior
i expected to work very well
Steps To Reproduce
cd /usr/share/powershell-empire
#. empire/bin/activate
. ~/.cache/pypoetry/virtualenvs/empire-bc-security-fork-Eci4yFVd-py3.11/bin/activate
exec python3 empire.py "$@"
Anything else?
and project missing requirements.txt for installing required module for using powershell-empire after from source
i have to install it from error manually one by one
The text was updated successfully, but these errors were encountered:
I am getting the same thing all the way through, except module 'jq' in both Parrot OS 2 and the latest Kali (both fresh installs) and I know jq is installed.
I am getting the same thing all the way through, except module 'jq' in both Parrot OS 2 and the latest Kali (both fresh installs) and I know jq is installed.
I even tried installing through source but it having error saying symbol module is not found
Now I am using it in docker container
Is there an existing issue for this?
Empire Version
5.11.7
Python Version
pip 23.0.1 from /root/.cache/pypoetry/virtualenvs/empire-bc-security-fork-Eci4yFVd-py3.11/lib/python3.11/site-packages/pip (python 3.11)
Operating System
Parrot Security OS 6.2
Database
MySQL
Current Behavior
i was installing powershell empire from source.
but i am getting error about python-virtualenv module error
its hard to explain then showing error output
┌─[root@parrot]─[/home/drevello]
└──╼ #powershell-empire server
Traceback (most recent call last):
File "/usr/share/powershell-empire/empire.py", line 11, in
from empire.server import server
File "/usr/share/powershell-empire/empire/server/server.py", line 15, in
from empire.server.common import empire
File "/usr/share/powershell-empire/empire/server/common/empire.py", line 20, in
from empire.server.core.agent_service import AgentService
File "/usr/share/powershell-empire/empire/server/core/agent_service.py", line 12, in
from empire.server.core.agent_task_service import AgentTaskService
File "/usr/share/powershell-empire/empire/server/core/agent_task_service.py", line 23, in
from empire.server.core.listener_service import ListenerService
File "/usr/share/powershell-empire/empire/server/core/listener_service.py", line 9, in
from empire.server.core.db.base import SessionLocal
File "/usr/share/powershell-empire/empire/server/core/db/base.py", line 12, in
from empire.server.core.db.defaults import (
File "/usr/share/powershell-empire/empire/server/core/db/defaults.py", line 7, in
from passlib import pwd
File "/root/.cache/pypoetry/virtualenvs/empire-bc-security-fork-Eci4yFVd-py3.11/lib/python3.11/site-packages/passlib/pwd.py", line 16, in
import pkg_resources
File "/root/.cache/pypoetry/virtualenvs/empire-bc-security-fork-Eci4yFVd-py3.11/lib/python3.11/site-packages/pkg_resources.py", line 29, in
import symbol
ModuleNotFoundError: No module named 'symbol'
┌─[✗]─[root@parrot]─[/home/drevello]
└──╼ #
Expected Behavior
i expected to work very well
Steps To Reproduce
cd /usr/share/powershell-empire
#. empire/bin/activate
. ~/.cache/pypoetry/virtualenvs/empire-bc-security-fork-Eci4yFVd-py3.11/bin/activate
exec python3 empire.py "$@"
Anything else?
and project missing requirements.txt for installing required module for using powershell-empire after from source
i have to install it from error manually one by one
The text was updated successfully, but these errors were encountered: