nerdexam
CompTIA

PT0-002 · Question #7

Which of the following tools provides Python classes for interacting with network protocols?

The correct answer is B. Impacket. Impacket is an open-source collection of Python classes specifically designed to work with network protocols such as SMB, MSRPC, NetBIOS, LDAP, and more. It is widely used in penetration testing for tasks like pass-the-hash, SMB relay, and Kerberoasting. Responder is a tool for…

Attacks and Exploits

Question

Which of the following tools provides Python classes for interacting with network protocols?

Options

  • AResponder
  • BImpacket
  • CEmpire
  • DPowerSploit

How the community answered

(54 responses)
  • A
    2% (1)
  • B
    91% (49)
  • C
    6% (3)
  • D
    2% (1)

Explanation

Impacket is an open-source collection of Python classes specifically designed to work with network protocols such as SMB, MSRPC, NetBIOS, LDAP, and more. It is widely used in penetration testing for tasks like pass-the-hash, SMB relay, and Kerberoasting. Responder is a tool for poisoning LLMNR/NBT-NS/MDNS to capture NetNTLM hashes. Empire and PowerSploit are post-exploitation frameworks (PowerShell-based), not protocol libraries.

Topics

#Impacket#Python tools#Network protocols#Offensive security tools

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice