diff options
| author | jvoisin | 2017-12-04 17:47:13 +0100 |
|---|---|---|
| committer | jvoisin | 2017-12-04 17:47:13 +0100 |
| commit | ca437251769196bb80e082c1c968fcaa2b96deb6 (patch) | |
| tree | bdf43312f2588fe1d8c9cd97b52fd29ab978d53f /doc/source | |
| parent | 32476340c5fd3c76b86487a92fd5c5075342ca99 (diff) | |
Improve the `.dump` filter
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/features.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/features.rst b/doc/source/features.rst index 407c0c0..e560925 100644 --- a/doc/source/features.rst +++ b/doc/source/features.rst | |||
| @@ -345,6 +345,11 @@ line number. By using the *right* set of restrictive rules (or by using the | |||
| 345 | *overly* restrictives ones in ``simulation`` mode), you might be able | 345 | *overly* restrictives ones in ``simulation`` mode), you might be able |
| 346 | to gather interesting vulnerabilities used against your website. | 346 | to gather interesting vulnerabilities used against your website. |
| 347 | 347 | ||
| 348 | Dumps are stored in the folder that you pass to the ``dump()`` filter, | ||
| 349 | in files named ``sp_dump.SHA`` with ``SHA`` being the *sha256* of the | ||
| 350 | rule that matched. This approach allows to mitigate denial of services attacks | ||
| 351 | that could fill up your filesystem. | ||
| 352 | |||
| 348 | 353 | ||
| 349 | Misc low-hanging fruits in the default configuration file | 354 | Misc low-hanging fruits in the default configuration file |
| 350 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 355 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
