khast3x/Redcloud

Empire container logs

jessefmoore opened this issue · 1 comments

I'm on AWS using Ubuntu 18.04

I cannot Container connect...

I've stop/start/kill/restart container. I have removed and rebuilt.

Looking in the logs I see the below:

Traceback (most recent call last):
File "empire", line 13, in
from lib.common import empire, helpers
File "/opt/Empire/lib/common/empire.py", line 37, in
import stagers
File "/opt/Empire/lib/common/stagers.py", line 28, in
from ShellcodeRDI import *
File "/opt/Empire/lib/common/ShellcodeRDI.py", line 6, in
import pefile
ImportError: No module named pefile

Then I went into edit and changed the port from 5555 to 1234 and then from python 2.7 to python3

and I see this is the logs now:
File "empire", line 35
, print '[] Fresh start in docker, running reset.sh for you'
, ^
,SyntaxError: Missing parentheses in call to 'print'
, File "empire", line 35
, print '[
] Fresh start in docker, running reset.sh for you'

I did some other ports and stuff, but no luck. please help! Thanks for this AWESOME project!

Solution: pip2 install pefile