You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`Target`| The target that will be attacked. For details, see [here](#defining-a-target-for-attack). |
78
-
|`Tests`| The list of tests to be performed against the target application. [Learn more about tests](https://docs.brightsec.com/docs/vulnerability-guide)|
79
-
|`RepeaterId`| Connects the scan to a Repeater agent, which provides secure access to local networks. |
80
-
|`Smart`| Minimize scan time by using automatic smart decisions regarding parameter skipping, detection phases, etc. Enabled by default. |
81
-
|`SkipStaticParams`| Use an advanced algorithm to automatically determine if a parameter has any effect on the target system's behavior when changed, and skip testing such static parameters. Enabled by default. |
82
-
|`PoolSize`| Sets the maximum concurrent requests for the scan, to control the load on your server. By default, `10`. |
83
-
|`AttackParamLocations`| Defines which part of the request to attack. By default, `body`, `query`, and `fragment`. |
84
-
|`SlowEpTimeout`| Automatically validate entry-point response time before initiating the vulnerability testing, and reduce scan time by skipping any entry-points that take too long to respond. By default, 1000ms. |
85
-
|`TargetTimeout`| Measure timeout responses from the target application globally, and stop the scan if the target is unresponsive for longer than the specified time. By default, 5min. |
86
-
|`Name`| The scan name. The method and hostname by default, e.g. `GET example.com`. |
|`Target`| The target that will be attacked. For details, see [here](#defining-a-target-for-attack). |
78
+
|`Tests`| The list of tests to be performed against the target application. To retrieve the complete list, send a request to the [API](https://app.brightsec.com/api/v1/scans/tests). [Learn more about tests](https://docs.brightsec.com/docs/vulnerability-guide).|
79
+
|`RepeaterId`| Connects the scan to a Repeater agent, which provides secure access to local networks. |
80
+
|`Smart`| Minimize scan time by using automatic smart decisions regarding parameter skipping, detection phases, etc. Enabled by default. |
81
+
|`SkipStaticParams`| Use an advanced algorithm to automatically determine if a parameter has any effect on the target system's behavior when changed, and skip testing such static parameters. Enabled by default. |
82
+
|`PoolSize`| Sets the maximum concurrent requests for the scan, to control the load on your server. By default, `10`. |
83
+
|`AttackParamLocations`| Defines which part of the request to attack. By default, `body`, `query`, and `fragment`. |
84
+
|`SlowEpTimeout`| Automatically validate entry-point response time before initiating the vulnerability testing, and reduce scan time by skipping any entry-points that take too long to respond. By default, 1000ms. |
85
+
|`TargetTimeout`| Measure timeout responses from the target application globally, and stop the scan if the target is unresponsive for longer than the specified time. By default, 5min. |
86
+
|`Name`| The scan name. The method and hostname by default, e.g. `GET example.com`. |
87
87
88
88
We provide a fluent interface for building a `ScanSettings` object. To use it, you start by creating a `ScanSettingsBuilder` instance, and then you call its methods to specify the various settings you want to use for the scan as shown above.
89
89
@@ -162,7 +162,7 @@ public class OrdersApiTests : IClassFixture<SecRunnerFixture>, IAsyncDisposable
|`Target`| The target that will be attacked. For details, see [here](#defining-a-target-for-attack). |
44
-
|`Tests`| The list of tests to be performed against the target application. [Learn more about tests](https://docs.brightsec.com/docs/vulnerability-guide)|
45
-
|`RepeaterId`| Connects the scan to a Repeater agent, which provides secure access to local networks. |
46
-
|`Smart`| Minimize scan time by using automatic smart decisions regarding parameter skipping, detection phases, etc. Enabled by default. |
47
-
|`SkipStaticParams`| Use an advanced algorithm to automatically determine if a parameter has any effect on the target system's behavior when changed, and skip testing such static parameters. Enabled by default. |
48
-
|`PoolSize`| Sets the maximum concurrent requests for the scan, to control the load on your server. By default, `10`. |
49
-
|`AttackParamLocations`| Defines which part of the request to attack. By default, `body`, `query`, and `fragment`. |
50
-
|`SlowEpTimeout`| Automatically validate entry-point response time before initiating the vulnerability testing, and reduce scan time by skipping any entry-points that take too long to respond. By default, 1000ms. |
51
-
|`TargetTimeout`| Measure timeout responses from the target application globally, and stop the scan if the target is unresponsive for longer than the specified time. By default, 5min. |
52
-
|`Name`| The scan name. The method and hostname by default, e.g. `GET example.com`. |
|`Target`| The target that will be attacked. For details, see [here](#defining-a-target-for-attack). |
44
+
|`Tests`| The list of tests to be performed against the target application. To retrieve the complete list, send a request to the [API](https://app.brightsec.com/api/v1/scans/tests). [Learn more about tests](https://docs.brightsec.com/docs/vulnerability-guide).|
45
+
|`RepeaterId`| Connects the scan to a Repeater agent, which provides secure access to local networks. |
46
+
|`Smart`| Minimize scan time by using automatic smart decisions regarding parameter skipping, detection phases, etc. Enabled by default. |
47
+
|`SkipStaticParams`| Use an advanced algorithm to automatically determine if a parameter has any effect on the target system's behavior when changed, and skip testing such static parameters. Enabled by default. |
48
+
|`PoolSize`| Sets the maximum concurrent requests for the scan, to control the load on your server. By default, `10`. |
49
+
|`AttackParamLocations`| Defines which part of the request to attack. By default, `body`, `query`, and `fragment`. |
50
+
|`SlowEpTimeout`| Automatically validate entry-point response time before initiating the vulnerability testing, and reduce scan time by skipping any entry-points that take too long to respond. By default, 1000ms. |
51
+
|`TargetTimeout`| Measure timeout responses from the target application globally, and stop the scan if the target is unresponsive for longer than the specified time. By default, 5min. |
52
+
|`Name`| The scan name. The method and hostname by default, e.g. `GET example.com`. |
53
53
54
54
We provide a fluent interface for building a `ScanSettings` object. To use it, you start by creating a `ScanSettingsBuilder` instance, and then you call its methods to specify the various settings you want to use for the scan.
0 commit comments