Shawn, a malicious insider, has physically gained access to his manager's computer and want to observe incoming connections. He determined the IP address of the computer, 192.168.34.91, and downloaded netcat. On which of the two computers would he enter which of the following netcat commands?
A
nc -l -p 2222 (manager's computer) and nc -nv 192.168.34.91 2222 (Shawn's machine)
Comments