<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Passive Scanner Add-on on ZAP</title>
    <link>/docs/desktop/addons/passive-scanner/</link>
    <description>Recent content in Passive Scanner Add-on on ZAP</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="/docs/desktop/addons/passive-scanner/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Passive Scanner API</title>
      <link>/docs/desktop/addons/passive-scanner/api/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/desktop/addons/passive-scanner/api/</guid>
      <description>&lt;h1 id=&#34;passive-scanner-api&#34;&gt;Passive Scanner API&lt;/h1&gt;&#xA;&lt;p&gt;The following operations are added to the API:&lt;/p&gt;&#xA;&#xA;&lt;h3 id=&#34;actions&#34;&gt;Actions &lt;a class=&#34;header-link&#34; href=&#34;#actions&#34;&gt;&lt;svg class=&#34;fill-current o-60 hover-accent-color-light&#34; height=&#34;22px&#34; viewBox=&#34;0 0 24 24&#34; width=&#34;22px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;/&gt;&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34; fill=&#34;currentColor&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;clearQueue: Clears the passive scan queue.&lt;/li&gt;&#xA;&lt;li&gt;disableAllScanners: Disables all passive scan rules.&lt;/li&gt;&#xA;&lt;li&gt;disableAllTags: Disables all passive scan tags.&lt;/li&gt;&#xA;&lt;li&gt;disableScanners (ids*): Disables passive scan rules.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ids: A comma separated list of scan rule IDs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;enableAllScanners: Enables all passive scan rules.&lt;/li&gt;&#xA;&lt;li&gt;enableAllTags: Enables all passive scan tags.&lt;/li&gt;&#xA;&lt;li&gt;enableScanners (ids*): Enables passive scan rules.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;ids: A comma separated list of scan rule IDs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setEnabled (enabled*): Sets whether or not the passive scanning is enabled (Note: the enabled state is not persisted).&#xA;&lt;ul&gt;&#xA;&lt;li&gt;enabled: The enabled state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setMaxAlertsPerRule (maxAlerts*): Sets the maximum number of alerts a passive scan rule can raise.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;maxAlerts: The maximum number of alerts.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setMaxBodySizeInBytes (maxSize*): Sets the maximum body size in bytes that the passive scanner will scan.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;maxSize: The maximum size in bytes, 0 to unset.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setScanOnlyInScope (onlyInScope*): Sets whether or not the passive scan should be performed only on messages that are in scope.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;onlyInScope: The scan state, true or false.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;setScannerAlertThreshold (id* alertThreshold*): Sets the alert threshold of a passive scan rule.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;id: The ID of the scan rule.&lt;/li&gt;&#xA;&lt;li&gt;alertThreshold: The alert threshold: OFF, DEFAULT, LOW, MEDIUM and HIGH&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h3 id=&#34;views&#34;&gt;Views &lt;a class=&#34;header-link&#34; href=&#34;#views&#34;&gt;&lt;svg class=&#34;fill-current o-60 hover-accent-color-light&#34; height=&#34;22px&#34; viewBox=&#34;0 0 24 24&#34; width=&#34;22px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;/&gt;&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34; fill=&#34;currentColor&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;currentTasks: Shows information about the passive scan tasks currently being run (if any).&lt;/li&gt;&#xA;&lt;li&gt;maxAlertsPerRule: Gets the maximum number of alerts a passive scan rule should raise.&lt;/li&gt;&#xA;&lt;li&gt;maxBodySizeInBytes: Gets the maximum body size in bytes that the passive scanner will scan.&lt;/li&gt;&#xA;&lt;li&gt;recordsToScan: The number of records the passive scanner still has to scan.&lt;/li&gt;&#xA;&lt;li&gt;scanOnlyInScope: Tells whether or not the passive scan should be performed only on messages that are in scope.&lt;/li&gt;&#xA;&lt;li&gt;scanners: Lists all passive scan rules with their ID, name, enabled state, and alert threshold.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h2 id=&#34;see-also&#34;&gt;See also &lt;a class=&#34;header-link&#34; href=&#34;#see-also&#34;&gt;&lt;svg class=&#34;fill-current o-60 hover-accent-color-light&#34; height=&#34;22px&#34; viewBox=&#34;0 0 24 24&#34; width=&#34;22px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;/&gt;&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34; fill=&#34;currentColor&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;/docs/desktop/addons/passive-scanner/&#34;&gt;Passive Scanner&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;the introduction to Passive Scanner add-on&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;</description>
    </item>
    <item>
      <title>Passive Scanner Automation Framework - passiveScan-config Job</title>
      <link>/docs/desktop/addons/passive-scanner/job-pscanconf/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/desktop/addons/passive-scanner/job-pscanconf/</guid>
      <description>&lt;h1 id=&#34;passive-scanner-automation-framework---passivescan-config-job&#34;&gt;Passive Scanner Automation Framework - passiveScan-config Job&lt;/h1&gt;&#xA;&lt;p&gt;This job allows you to manage the passive scan configuration.&lt;/p&gt;&#xA;&lt;p&gt;It is covered in the video: &lt;a href=&#34;https://youtu.be/1fcpU54N-mA&#34;&gt;ZAP Chat 08 Automation Framework Part 2 - Environment&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The passive scanner runs against all requests and responses that are generated by ZAP or are proxied through it.&#xA;If you want to configure the passive scan configuration then you should typically do so before running any other jobs.&#xA;However you can run this job later, or multiple times, if you want different jobs to use different passive scan configurations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Passive Scanner Automation Framework - passiveScan-wait Job</title>
      <link>/docs/desktop/addons/passive-scanner/job-pscanwait/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/desktop/addons/passive-scanner/job-pscanwait/</guid>
      <description>&lt;h1 id=&#34;passive-scanner-automation-framework---passivescan-wait-job&#34;&gt;Passive Scanner Automation Framework - passiveScan-wait Job&lt;/h1&gt;&#xA;&lt;p&gt;This job waits for the passive scanner to finishing scanning the requests and responses in the current queue. You should typically run this job after the jobs that explore you application, such as the spider jobs or those that import API definitions. If any more requests are sent by ZAP or proxied through ZAP after this job has run then they will be processed by the passive scanner. You can run this job as many times as you need to.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Passive Scanner Automation Framework Support</title>
      <link>/docs/desktop/addons/passive-scanner/automation/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/desktop/addons/passive-scanner/automation/</guid>
      <description>&lt;h1 id=&#34;passive-scanner-automation-framework-support&#34;&gt;Passive Scanner Automation Framework Support&lt;/h1&gt;&#xA;&lt;p&gt;This add-on supports the Automation Framework.&lt;/p&gt;&#xA;&#xA;&lt;h2 id=&#34;jobs&#34;&gt;Jobs &lt;a class=&#34;header-link&#34; href=&#34;#jobs&#34;&gt;&lt;svg class=&#34;fill-current o-60 hover-accent-color-light&#34; height=&#34;22px&#34; viewBox=&#34;0 0 24 24&#34; width=&#34;22px&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;none&#34;/&gt;&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z&#34; fill=&#34;currentColor&#34;/&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The following automation jobs are supported by this add-on:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
