opfab / operatorfabric-core

Main operatorfabric program
https://opfab.github.io
Mozilla Public License 2.0
39 stars 27 forks source link

Look into dynamic security testing #1298

Closed freddidierRTE closed 9 months ago

freddidierRTE commented 3 years ago

This is a requirement for the infrastructure best practice badge. Try https://www.zaproxy.org/ : first test was ko , it does not support our http polling mechanism --> have to be test with addons https://www.zaproxy.org/docs/desktop/addons/server-sent-events/

Other solutions :

olivierPigeon-RTE commented 2 years ago

The ZAP version used was the stable docker.

  1. Automated Scans :

  2. Manual Explore :

    • Can only be launched from the webswing interface

    • To do so, type docker run -v zap/:/home/zap/ -u zap -p 8080:8080 -p 8090:8090 -i owasp/zap2docker-stable zap-webswing.shand in the url to URL to explore type the ip given by $(ip -f inet -o addr show docker0 | awk '{print $4}' | cut -d '/' -f 1) (localhost IP will not work,see : https://www.zaproxy.org/docs/docker/about/#scanning-an-app-running-on-the-host-os )

    • Unfortunately, manual explore does not seem to scan all the resquests between the front and the back, but only scans project files when looking for vulnerabilities

freddidierRTE commented 9 months ago

too old issue