EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.

Home Page:http://www.powershellempire.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empire run error

anukiller opened this issue · comments

Empire Version

Latest version

OS Information (Linux flavor, Python version)

Python3
Termux

Expected behavior and description of the error, including any actions taken

python3 empire
File "empire", line 35
print '[] Fresh start in docker, running reset.sh for you'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('[
] Fresh start in docker, running reset.sh for you')?

Screenshot of error, embedded text output, or Pastebin link to the error

Screenshot_20200116-003855

Any additional information

emipre is based on pure python 2 you are trying to run with python3 so instead try running python 2
and your requirements is not installed sucessfully run this command to update requirements
pip install --upgrade -r requirements.txt
this will do the trick

Im tryied python2 but it is not working