Hi,
I had been running ZAP in headless mode using
"zap.sh -daemon -host 0.0.0.0 -port 8090 -config api.disablekey=true -config
api.addrs.addr.name=.* -config api.addrs.addr.regex=true -config connection.timeoutInSecs=180 -config globalexcludeurl.url_list.url.regex='^((https:\/\/.example\.com\/).*)$' -g ./gen.conf "
The urls are excluded in the final scan report after using globalexcludeurl
Now I need to remove a scan rule.
I created a gen.conf with contents "<rule id> IGNORE" and passed it using -g
But it didnt work. Is this the way or am I missing something?
Regards,
Dhivya