@sectester/scan 0.39.0 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ Below you will find a list of parameters that can be used to configure a `Scan`:
|
|
|
59
59
|
| `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. |
|
|
60
60
|
| `poolSize` | Sets the maximum concurrent requests for the scan, to control the load on your server. By default, `10`. |
|
|
61
61
|
| `attackParamLocations` | Defines which part of the request to attack. By default, `body`, `query`, and `fragment`. |
|
|
62
|
-
| `name` | The scan name. The method and
|
|
62
|
+
| `name` | The scan name. The method and pathname by default, e.g. `GET /users/1`. |
|
|
63
63
|
|
|
64
64
|
### Defining a target for attack
|
|
65
65
|
|