vncloudsco / acu807155

38 stars 19 forks source link

No network on your last realease 210628104 #2

Closed LyesH4ck closed 3 years ago

LyesH4ck commented 3 years ago

Tested your last release. But I got a problem ...

_docker-compose build Building acunetix [+] Building 0.9s (18/18) FINISHED
=> [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 37B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/kalilinux/kali-rolling:latest 0.7s => [ 1/13] FROM docker.io/kalilinux/kali-rolling@sha256:d43e531ec8c89f712f4add7a23b4ccf6c84d0fa552afa5fdd3488a954734e86f 0.0s => [internal] load build context 0.0s => => transferring context: 130B 0.0s => CACHED [ 2/13] RUN apt-get update -y && apt-get -y install libxdamage1 sudo bzip2 wget expect libgtk-3-0 libasound2 libnss3 libxss1 libx11-xcb1 l 0.0s => CACHED [ 3/13] RUN cd /tmp && wget --no-check-certificate https://gitlab.com/mtsec/tes123t/-/raw/14.3.210628104/acunetix_14.3.210628104_x64.sh && ch 0.0s => CACHED [ 4/13] ADD install.expect /tmp/install.expect 0.0s => CACHED [ 5/13] ADD wvsc /tmp/wvsc 0.0s => CACHED [ 6/13] ADD license_info.json /tmp/license_info.json 0.0s => CACHED [ 7/13] ADD wa_data.dat /tmp/wadata.dat 0.0s => CACHED [ 8/13] RUN cd /tmp && chmod +x /tmp/install.expect && expect /tmp/install.expect 0.0s => CACHED [ 9/13] RUN cp /tmp/wvsc /home/acunetix/.acunetix/v*/scanner/ 0.0s => CACHED [10/13] RUN cp /tmp/license_info.json /home/acunetix/.acunetix/data/license/ 0.0s => CACHED [11/13] RUN cp /tmp/wa_data.dat /home/acunetix/.acunetix/data/license/ 0.0s => CACHED [12/13] RUN chmod 444 /home/acunetix/.acunetix/data/license/license_info.json 0.0s => CACHED [13/13] RUN chmod 444 /home/acunetix/.acunetix/data/license/wa_data.dat 0.0s => exporting to image 0.0s => => exporting layers 0.0s => => writing image sha256:5e253095802e9862fc584972572106ba6fe94358e768540397bad8fc88d90d16 0.0s => => naming to docker.io/library/acu134_5

_docker-compose up -d
Starting acu807155_acunetix_1 ... error

ERROR: for acu807155_acunetix_1 Cannot start service acunetix: Mounts denied: The path /home/acunetix/.acunetix/data/scans is not shared from the host and is not known to Docker. You can configure shared paths from Docker -> Preferences... -> Resources -> File Sharing. See https://docs.docker.com/docker-for-mac for more info.

ERROR: for acunetix Cannot start service acunetix: Mounts denied: The path /home/acunetix/.acunetix/data/scans is not shared from the host and is not known to Docker. You can configure shared paths from Docker -> Preferences... -> Resources -> File Sharing. See https://docs.docker.com/docker-for-mac for more info. ERROR: Encountered errors while bringing up the project._

When I run it with docker build like it : docker build -t acu13 . docker run -it -d -p 443:3443 acu13

The docker is running and I got an access to Acunetix .. but It's not possible to scan something ...