#!/bin/bash #running the zap in the background bash -c "zap.sh -daemon -host 0.0.0.0 -port 8080 -config api.disablekey=true -config api.addrs.addr.name=.* -config api.addrs.addr.regex=true 2>&1 &" && sleep 5 #running the zapscan in the backgroun echo "************** Running ZAP python script********************" python3 -u /zapcode/zap-scan.py