OWASP Zap Exclude URLS

40 views Asked by At

I am trying to add numbers of URLs to exclude from proxy (ZAP), i don't understand how to add multiple URLs in code to exclude.

Example :

String excludeProxy = "^((?!.google.).*)$";

I want to exclude other URLs like

  1. www.google.com
  2. www.facebook.com
  3. www.twitter.com
  4. www.linkedin.com

How to generate or define the single variable that can add these all URLs to exclude.

0

There are 0 answers