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
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Cannot go any further install of docker build-
I am sure it is me... but point me in the right direction?
KALI: 18.2 Clean image with fresh update of everything as of today
Error:root@kali:~/purple-team-attack-automation# docker-compose build
ERROR: yaml.parser.ParserError: while parsing a block mapping
in "././docker-compose.override.yml", line 4, column 5
expected , but found ''
When i completed the file: I rewrite the ENV file
echo "COMPOSE_FILE=./docker-compose.yml:./docker-compose.override.yml:./docker-compose.local.override.yml" >> .env
NO JOY.
You might also want to check the last ~1k lines of /opt/metasploit/apps/pro/engine/config/logs/framework.log or ~/.msf4/logs/framework.log for relevant stack traces
System stuff
Metasploit version
Metasploit is working fine
=[ metasploit v5.0.66-dev
Cannot go any further install of docker build-
I am sure it is me... but point me in the right direction?
KALI: 18.2 Clean image with fresh update of everything as of today
Error:root@kali:~/purple-team-attack-automation# docker-compose build
ERROR: yaml.parser.ParserError: while parsing a block mapping
in "././docker-compose.override.yml", line 4, column 5
expected , but found ''
My file looks like this:
version: "3"
services:
ms:
build:
context: .
dockerfile: ./Dockerfile
args:
BUNDLER_ARGS: --jobs=8
image: metasploit:dev
environment:
LHOST: 10.0.4.253
ports:
- 8080:8080
- 443:443
DATABASE_URL: postgres://postgres@db:5432/msf_dev?pool=200&timeout=5
volumes:
- .:/usr/src/metasploit-framework
When i completed the file: I rewrite the ENV file
echo "COMPOSE_FILE=./docker-compose.yml:./docker-compose.override.yml:./docker-compose.local.override.yml" >> .env
NO JOY.
You might also want to check the last ~1k lines of
/opt/metasploit/apps/pro/engine/config/logs/framework.log
or~/.msf4/logs/framework.log
for relevant stack tracesSystem stuff
Metasploit version
Metasploit is working fine
=[ metasploit v5.0.66-dev
I installed Metasploit with:
OS
KALI 18
What OS are you running Metasploit on?
The text was updated successfully, but these errors were encountered: