bec12317
(bec12317@gmail.com)
May 3, 2021, 1:59pm
1
I am performing a zap-full-scan on DVWS as the target on kali. I get this error below:
Your help is appreciated.
TASK [getting raw output of the scan] *****************************************************
fatal: [my_vm_06]: FAILED! => {“changed”: true, “cmd”: [“docker”, “logs”, “-f”, “owasp-zap-full-scan-dvws”], “delta”: “0:00:00.288796”, “end”: “2021-05-03 14:54:23.232662”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2021-05-03 14:54:22.943866”, “stderr”: “Error: No such container: owasp-zap-full-scan-dvws”, “stderr_lines”: [“Error: No such container: owasp-zap-full-scan-dvws”], “stdout”: “”, “stdout_lines”: }
I put my playbook here:
racke
(Stefan Hornburg)
May 3, 2021, 2:36pm
2
I am performing a zap-full-scan on DVWS as the target on kali. I get this error below:
Your help is appreciated.
The container is set to auto-removed, so it might be not present when you
run "docker logs".
I think your approach is fragile, what guarantees you that the scan is done when you call
"docker logs" ?
Regards
Racke
TASK [getting raw output of the scan] *****************************************************
fatal: [my_vm_06]: FAILED! => {"changed": true, "cmd": ["docker", "logs", "-f", "owasp-zap-full-scan-dvws"], "delta":
"0:00:00.288796", "end": "2021-05-03 14:54:23.232662", "msg": "non-zero
return code", "rc": 1, "start": "2021-05-03
bec12317
(bec12317@gmail.com)
May 3, 2021, 3:03pm
3
Okay Racke, Thank you so in that case how can I find my scan report. I am sorry to ask you this silly question. I am new to all these platforms. I went to the location but there is no report generated. Thank you.