GIAC Penetration Tester (GPEN) — Question 63
Raw netcat shells and telnet terminals share which characteristic?
Answer options
- A. Ability to send commands to a target machine.
- B. Ability to adapt output to the size of display window
- C. Shells and terminals are exactly the same.
- D. Ability to process standard output control sequences.
Correct answer: D
Explanation
The correct answer is D because both raw netcat shells and telnet terminals can interpret control sequences for formatting output. Option A is incorrect as while they can send commands, that is not their defining characteristic. Option B is also incorrect since not all raw shells adapt to display sizes. Option C is false because shells and terminals have distinct functionalities.