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…
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)- A2% (1)
- B91% (49)
- C6% (3)
- D2% (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
Community Discussion
No community discussion yet for this question.