PT0-001 · Question #173
A consultant is attempting to harvest credentials from unsecure network protocols in use by the organization. Which of the following commands should the consultant use?
The correct answer is A. Tcmpump. Tcpdump is a passive packet capture tool used to intercept credentials transmitted in plaintext over insecure protocols on the network.
Question
A consultant is attempting to harvest credentials from unsecure network protocols in use by the organization. Which of the following commands should the consultant use?
Options
- ATcmpump
- BJohn
- CHashcat
- Dnc
How the community answered
(23 responses)- A91% (21)
- B4% (1)
- D4% (1)
Why each option
Tcpdump is a passive packet capture tool used to intercept credentials transmitted in plaintext over insecure protocols on the network.
Tcpdump (listed as 'Tcmpump' in the question, which appears to be a typographical error) is a command-line packet analyzer that captures live network traffic on an interface, enabling a consultant to intercept credentials sent in cleartext over insecure protocols such as Telnet, FTP, HTTP, and SMTP. Because these protocols transmit authentication data without encryption, credentials appear in plaintext within captured packets and can be read directly without any cracking or brute-forcing. This passive sniffing technique is the standard first step for harvesting credentials from unencrypted protocol traffic.
John the Ripper is an offline password hash cracker that requires pre-obtained hash files and cannot capture or analyze live network traffic to harvest credentials in transit.
Hashcat is a GPU-accelerated offline hash cracking tool that processes stored hash inputs and has no functionality for passive network traffic capture or live credential interception.
Netcat (nc) is a general-purpose networking utility for creating TCP/UDP connections and transferring data, but it is not designed for passive sniffing of existing network sessions to extract credentials.
Concept tested: Passive network sniffing for plaintext credential harvesting
Source: https://www.tcpdump.org/manpages/tcpdump.1.html
Topics
Community Discussion
No community discussion yet for this question.