nerdexam
CompTIA

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.

Attacks and exploits

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)
  • A
    91% (21)
  • B
    4% (1)
  • D
    4% (1)

Why each option

Tcpdump is a passive packet capture tool used to intercept credentials transmitted in plaintext over insecure protocols on the network.

ATcmpumpCorrect

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.

BJohn

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.

CHashcat

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.

Dnc

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

#credential harvesting#network sniffing#cleartext protocols#tcpdump

Community Discussion

No community discussion yet for this question.

Full PT0-001 Practice