#3110: Correct config YAML snippets.
This commit is contained in:
@@ -76,17 +76,15 @@ Via Configuration
|
||||
.. code-block:: yaml
|
||||
|
||||
simulation:
|
||||
network:
|
||||
nodes:
|
||||
- ref: example_computer
|
||||
hostname: example_computer
|
||||
type: computer
|
||||
...
|
||||
applications:
|
||||
- ref: database_client
|
||||
type: database-client
|
||||
options:
|
||||
db_server_ip: 192.168.0.1
|
||||
network:
|
||||
nodes:
|
||||
- hostname: example_computer
|
||||
type: computer
|
||||
...
|
||||
applications:
|
||||
- type: database-client
|
||||
options:
|
||||
db_server_ip: 192.168.0.1
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
@@ -79,22 +79,20 @@ Via Configuration
|
||||
.. code-block:: yaml
|
||||
|
||||
simulation:
|
||||
network:
|
||||
nodes:
|
||||
- ref: example_computer
|
||||
hostname: example_computer
|
||||
type: computer
|
||||
...
|
||||
applications:
|
||||
- ref: dos_bot
|
||||
type: dos-bot
|
||||
options:
|
||||
target_ip_address: 192.168.0.10
|
||||
payload: SPOOF DATA
|
||||
repeat: False
|
||||
port_scan_p_of_success: 0.8
|
||||
dos_intensity: 1.0
|
||||
max_sessions: 1000
|
||||
network:
|
||||
nodes:
|
||||
- hostname: example_computer
|
||||
type: computer
|
||||
...
|
||||
applications:
|
||||
- type: dos-bot
|
||||
options:
|
||||
target_ip_address: 192.168.0.10
|
||||
payload: SPOOF DATA
|
||||
repeat: False
|
||||
port_scan_p_of_success: 0.8
|
||||
dos_intensity: 1.0
|
||||
max_sessions: 1000
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
@@ -78,15 +78,15 @@ Via Configuration
|
||||
.. code-block:: yaml
|
||||
|
||||
simulation:
|
||||
network:
|
||||
nodes:
|
||||
- hostname: example_computer
|
||||
type: computer
|
||||
...
|
||||
applications:
|
||||
- type: web-browser
|
||||
options:
|
||||
target_url: http://example.com/
|
||||
network:
|
||||
nodes:
|
||||
- hostname: example_computer
|
||||
type: computer
|
||||
...
|
||||
applications:
|
||||
- type: web-browser
|
||||
options:
|
||||
target_url: http://example.com/
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
Reference in New Issue
Block a user