PT0-002 · Question #514
While performing reconnaissance, a penetration tester runs Nmap and receives the following output: Nmap scan report for samplescan.org (44.33.55.66) Host is up (0.025s latency). Not shown: 992…
The correct answer is B. 23. To obtain sensitive information by sniffing traffic, the penetration tester should target unencrypted protocols, specifically Telnet on port 23.
Question
While performing reconnaissance, a penetration tester runs Nmap and receives the following output:
Nmap scan report for samplescan.org (44.33.55.66) Host is up (0.025s latency). Not shown: 992 closed tcp ports (conn-refused) PORT STATE 22/tcp open 23/tcp open 80/tcp open 443/tcp open Nmap done: 1 IP address (1 host up) scanned in 5.52 seconds Which of the following ports should the penetration tester sniff the traffic on to obtain sensitive information?
Options
- A22
- B23
- C80
- D443
How the community answered
(52 responses)- A6% (3)
- B85% (44)
- C8% (4)
- D2% (1)
Why each option
To obtain sensitive information by sniffing traffic, the penetration tester should target unencrypted protocols, specifically Telnet on port 23.
Port 22 is used by SSH, which encrypts all traffic, making it secure against passive sniffing for sensitive data.
Port 23 is used by Telnet, which transmits data, including authentication credentials, in plaintext. Sniffing traffic on this port allows an attacker to capture sensitive information directly from the network without decryption.
Port 80 is used by HTTP, which transmits data in plaintext, but sensitive information is more commonly found on unencrypted management protocols like Telnet.
Port 443 is used by HTTPS, which encrypts all traffic using SSL/TLS, making it secure against passive sniffing for sensitive data.
Concept tested: Identifying unencrypted protocols for sniffing
Source: https://en.wikipedia.org/wiki/Telnet
Topics
Community Discussion
No community discussion yet for this question.