General

How do I exclude one or more URLs from being scanned?

You can easily exclude one or more URLs from the next WAS scan. Notice that only exact matches for the URL will be excluded. 

To set up a custom rule for exclusion read this article:
https://support.holmsecurity.com/knowledge/how-do-i-make-a-custom-rule-for-exclusion-of-urls-for-the-web-application-scanner

Follow this instruction to add URLs to exclude.

  1. Login to Security Center.
  2. Click Asset Manager in the main menu.
  3. Click Web applications.
  4. Click edit for the web application in the item list.
  5. Click headline Crawl exclusion list.
  6. Under Blacklist check URLs.
  7. After URL enter all URLs you want to exclude and press Enter to add. you can add any number of URLs. If you want to exclude a form we recommend that you add the form action URL (see instructions below for how to get the form action URL using Chrome). Example URLs:
    http://www.yourbusiness.com/myform.html
    https://www.yourbusiness.com/formmail.php
  8. Click OK.
  9. Done!

Finding out the form action URL using Chrome

  1. Open Chrome.
  2. Right click the submit button for the form and click Inspect.
  3. In the inspection window click the Network tab.
  4. Submit the form. 
  5. In the Network tab window you can see the form action URL on top.
  6. Right click the name and then Copy > Copy link address.
  7. Paste the URL as described in step 7 above.
  8. Done!