Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Apr 30, 2023
1 parent 27543a4 commit 2e56faa
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/_docs/emulation_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@ Table 2: Properties of an emulation configuration.

Users of CSLE can create new emulation configurations and insert them into the metastore. CSLE also includes a set of
pre-installed configurations
(see Table 3). One of these pre-installed configurations is `csle-level9-010` (as an example), whose topology is shown
(see Table 3). One of these pre-installed configurations is `csle-level9-020` (as an example), whose topology is shown
in Fig. 6 and whose configuration is listed in Table 4.


| *Emulation configuration* | *Description* |
|---------------------------|-------------------------------------------------------------------------------|
| `csle-level1-010` | Emulation with 7 components, 3 flags, password vulnerabilities, no IDS. |
| `csle-level2-010` | Emulation with 13 components, 6 flags, password vulnerabilities, no IDS. |
| `csle-level3-010` | Emulation with 34 components, 6 flags, password vulnerabilities, no IDS. |
| `csle-level4-010` | Emulation with 7 components, 3 flags, password vulnerabilities, IDS. |
| `csle-level5-010` | Emulation with 13 components, 6 flags, password vulnerabilities, IDS. |
| `csle-level6-010` | Emulation with 34 components, 6 flags, password vulnerabilities, IDS. |
| `csle-level7-010` | Emulation with 7 components, 3 flags, password & RCE vulnerabilities, IDS. |
| `csle-level8-010` | Emulation with 13 components, 6 flags, password & RCE vulnerabilities, IDS. |
| `csle-level9-010` | Emulation with 34 components, 6 flags, password & RCE vulnerabilities, IDS. |
| `csle-level10-010` | Emulation with 16 components, 12 flags, password & RCE vulnerabilities, IDS. |
| `csle-level11-010` | Emulation with 36 components, 6 flags, password & RCE vulnerabilities, IDS. |
| `csle-level12-010` | Emulation with 7 components, 3 flags, password RCE vulnerabilities, IDS, SDN. |
| `csle-level1-020` | Emulation with 7 components, 3 flags, password vulnerabilities, no IDS. |
| `csle-level2-020` | Emulation with 13 components, 6 flags, password vulnerabilities, no IDS. |
| `csle-level3-020` | Emulation with 34 components, 6 flags, password vulnerabilities, no IDS. |
| `csle-level4-020` | Emulation with 7 components, 3 flags, password vulnerabilities, IDS. |
| `csle-level5-020` | Emulation with 13 components, 6 flags, password vulnerabilities, IDS. |
| `csle-level6-020` | Emulation with 34 components, 6 flags, password vulnerabilities, IDS. |
| `csle-level7-020` | Emulation with 7 components, 3 flags, password & RCE vulnerabilities, IDS. |
| `csle-level8-020` | Emulation with 13 components, 6 flags, password & RCE vulnerabilities, IDS. |
| `csle-level9-020` | Emulation with 34 components, 6 flags, password & RCE vulnerabilities, IDS. |
| `csle-level10-020` | Emulation with 16 components, 12 flags, password & RCE vulnerabilities, IDS. |
| `csle-level11-020` | Emulation with 36 components, 6 flags, password & RCE vulnerabilities, IDS. |
| `csle-level12-020` | Emulation with 7 components, 3 flags, password RCE vulnerabilities, IDS, SDN. |


<p class="captionFig">
Expand All @@ -78,7 +78,7 @@ Table 3: Pre-installed emulation configurations.
<p align="center">
<img src="./../../img/example_topology.png" width="30%">
<p class="captionFig">
Figure 6: Topology of the emulation configuration `csle-level9-010`
Figure 6: Topology of the emulation configuration `csle-level9-020`
</p>
</p>

Expand All @@ -101,7 +101,7 @@ Figure 6: Topology of the emulation configuration `csle-level9-010`

<p class="captionFig">
Table 4: Configuration of the emulation configuration
`csle-level9-010`, whose topology is shown in Fig. 6.
`csle-level9-020`, whose topology is shown in Fig. 6.
</p>

An *emulation execution* consists of a set of running containers and virtual networks,
Expand Down

0 comments on commit 2e56faa

Please sign in to comment.