Environment: Kali Linux 2026.1 (Zsh Shell)
The Problem:
Legacy training materials utilized Bash syntax for variable calling (e.g.,
echo $VAR), which fails to output values in modern Zsh environments. This
creates friction when transitioning between different Linux distributions.
echo $SHELL.
${VAR} to ensure cross-shell
compatibility.
$ prefix for referencing memory-stored
values.
Successfully stabilized the lab environment for consistent script execution across Bash and Zsh shells.
Conducted an active email security validation session using simulated adversarial phishing payloads. Leveraged the custom VMnet8 isolated host subnet architecture to observe defensive endpoint triggers during attachment detonation.