EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.
http://www.powershellempire.com/
BSD 3-Clause "New" or "Revised" License
7.36k stars 2.8k forks source link

Empire run error #1383

Open anukiller opened 4 years ago

anukiller commented 4 years ago

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

gladiatorgiftson commented 4 years ago

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

anukiller commented 4 years ago

Im tryied python2 but it is not working