#2837 - Updating link to common attributes within Software components following Review comments. [skip ci]

This commit is contained in:
Charlie Crane
2024-09-05 08:41:04 +01:00
parent ba737c57a8
commit 0140982d5e
14 changed files with 74 additions and 16 deletions

View File

@@ -254,13 +254,11 @@ Via Configuration
C2 Beacon Configuration
=======================
``Common Configuration``
""""""""""""""""""""""""
``Common Attributes``
"""""""""""""""""""""
.. include:: ../common/common_configuration.rst
See :ref:`Common Configuration`
.. |SOFTWARE_NAME| replace:: C2Beacon
.. |SOFTWARE_NAME_BACKTICK| replace:: ``C2Beacon``
``c2_server_ip_address``
""""""""""""""""""""""""
@@ -314,3 +312,8 @@ C2 Server Configuration
=======================
*The C2 Server does not currently offer any unique configuration options and will configure itself to match the C2 beacon's network behaviour.*
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -199,3 +199,8 @@ Optional. Default value is ``0.1``.
The chance of the ``DataManipulationBot`` to succeed with a data manipulation attack.
This must be a float value between ``0`` and ``1``.
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -104,3 +104,8 @@ This must be a valid octet i.e. in the range of ``0.0.0.0`` and ``255.255.255.25
Optional. Default value is ``None``.
The password that the ``DatabaseClient`` will use to access the :ref:`DatabaseService`.
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -98,14 +98,6 @@ Via Configuration
Configuration
=============
``Common Configuration``
""""""""""""""""""""""""
.. include:: ../common/common_configuration.rst
.. |SOFTWARE_NAME| replace:: DoSBot
.. |SOFTWARE_NAME_BACKTICK| replace:: ``DoSBot``
``target_ip_address``
"""""""""""""""""""""
@@ -164,3 +156,8 @@ Optional. Default value is ``1000``.
The maximum number of sessions the ``DoSBot`` is able to make.
This must be an integer value equal to or greater than ``0``.
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -79,3 +79,8 @@ The RansomwareScript inherits configuration options such as ``fix_duration`` fro
IP address of the :ref:`DatabaseService` which the ``RansomwareScript`` will encrypt.
This must be a valid octet i.e. in the range of ``0.0.0.0`` and ``255.255.255.255``.
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -105,3 +105,9 @@ The domain ``arcd.com`` can be matched by
- http://arcd.com/
- http://arcd.com/users/
- arcd.com
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -110,7 +110,7 @@ Optional. Default value is ``None``.
The password that needs to be provided by connecting clients in order to create a successful connection.
``Common Configuration``
""""""""""""""""""""""""
``Common Attributes``
"""""""""""""""""""""
Common configuration variables are detailed within :ref:`software`
See :ref:`Common Configuration`

View File

@@ -93,3 +93,8 @@ Optional. Default value is ``None``.
The IP Address of the :ref:`DNSServer`.
This must be a valid octet i.e. in the range of ``0.0.0.0`` and ``255.255.255.255``.
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -92,3 +92,8 @@ Domain mapping takes the domain and IP Addresses as a key-value pairs i.e.
If the domain is "arcd.com" and the IP Address attributed to the domain is 192.168.0.10, then the value should be ``arcd.com: 192.168.0.10``
The key must be a string and the IP Address must be a valid octet i.e. in the range of ``0.0.0.0`` and ``255.255.255.255``.
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -82,3 +82,8 @@ Via Configuration
Configuration
=============
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -87,3 +87,8 @@ Configuration
Optional. Default value is ``None``.
The password that needs to be provided by a connecting :ref:`FTPClient` in order to create a successful connection.
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -88,3 +88,8 @@ Optional. Default value is ``None``.
The IP address of an NTP Server which provides a time that the ``NTPClient`` can synchronise to.
This must be a valid octet i.e. in the range of ``0.0.0.0`` and ``255.255.255.255``.
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -74,3 +74,9 @@ Via Configuration
services:
- ref: ntp_server
type: NTPServer
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

@@ -173,3 +173,9 @@ Disconnect from Remote Node
term_a_term_b_remote_connection: RemoteTerminalConnection = terminal_a.login(username="admin", password="Admin123!", ip_address="192.168.0.11")
term_a_term_b_remote_connection.disconnect()
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`