docs: Remove two topology diagrams from Chapter 7.

This commit is contained in:
shiva108
2026-02-03 13:18:28 +01:00
parent dbf011307f
commit d87ccc7544

View File

@@ -368,12 +368,6 @@ Proper network isolation prevents accidental data leakage and contains test acti
### Docker-Based Isolation (Recommended)
<p align="center">
<img src="assets/chapter_07_simple_topology_diagram.png" alt="Simple Red Team Lab Topology">
<br>
<em>Figure 7.1: Basic Isolated Docker Environment</em>
</p>
#### Basic Isolated Lab
```yaml
@@ -476,12 +470,6 @@ python tools/test_injection.py
For stronger isolation, use dedicated VMs.
<p align="center">
<img src="assets/chapter_07_segmented_topology_diagram.png" alt="Segmented Red Team Lab Topology">
<br>
<em>Figure 7.2: Segmented VM-Based Lab Environment</em>
</p>
#### VirtualBox Setup
```bash