Description
Running information
- What branch did you download?
- Clone, or docker run? Both
- What OS are you running? Raspbian Lite / Raspberry Pi 3B+
Exploit module information
- What exploit was deployed?
- Was a session generated for the target?
- What version of metasploit are you running?
Program information
- Python version number?
- AutoSploit version number?
- Any console output that is relevant to the issue:
- Traceback (error) if any:
pi@raspberrypi:/AutoSploit/Docker $ sudo docker build -t autosploit .//AutoSploit/Docker $
Sending build context to Docker daemon 8.192kB
Step 1/6 : FROM phocean/msf
---> 88a42fa935f3
Step 2/6 : COPY "entrypoint.sh" .
---> Using cache
---> 2e34200ce2d2
Step 3/6 : RUN apt-get update && apt-get install -y git python-dev python-pip apache2
---> Running in 2a5a76004227
standard_init_linux.go:211: exec user process caused "exec format error"
The command '/bin/sh -c apt-get update && apt-get install -y git python-dev python-pip apache2' returned a non-zero code: 1
pi@raspberrypi: