#2257: list of db payloads

This commit is contained in:
Czar Echavez
2024-02-26 11:35:17 +00:00
parent 634f634097
commit d738a23709
5 changed files with 19 additions and 4 deletions

View File

@@ -178,7 +178,7 @@ Optional. Default value is ``DELETE``.
The payload that the ``DataManipulationBot`` will send to the :ref:`DatabaseService`.
See :ref:`Database Payload List`
.. include:: ../common/db_payload_list.rst
``port_scan_p_of_success``
""""""""""""""""""""""""""

View File

@@ -123,6 +123,8 @@ Optional. Default value is ``None``.
The payload that the ``DoSBot`` sends as part of its attack.
.. include:: ../common/db_payload_list.rst
``repeat``
""""""""""
@@ -155,4 +157,4 @@ Optional. Default value is ``1000``.
The maximum number of sessions the ``DoSBot`` is able to make.
This must be an integer value above equal to or greater than ``0``.
This must be an integer value equal to or greater than ``0``.

View File

@@ -1,3 +1,7 @@
.. only:: comment
© Crown-owned copyright 2023, Defence Science and Technology Laboratory UK
``ref``
=======

View File

@@ -0,0 +1,11 @@
.. only:: comment
© Crown-owned copyright 2023, Defence Science and Technology Laboratory UK
.. _Database Payload List:
Available Database Payloads:
- ``SELECT``
- ``INSERT``
- ``DELETE``