A SOC wants SSH access to the exam Kali host while wireless tools keep running. What workflow practice best supports that need?
Select an answer to reveal the explanation.
Short Explanation
Wireless work is a three-ring circus: capture in one ring, tooling in another, notes in the third. tmux or extra shells keep the show running while you SSH in. One lonely foreground window makes you drop plates.
Full Explanation
Assessors commonly keep parallel sessions for monitoring capture, running suite utilities, and taking notes. Multiplexers such as tmux or screen, or multiple SSH terminals, preserve long-running processes when reconnecting. Serializing everything into one blocking shell increases the chance of losing capture continuity.